diff --git a/README.md b/README.md index 6263f87..0c47dc1 100644 --- a/README.md +++ b/README.md @@ -1,32 +1,38 @@ -### Html5 FileBrowser, Angular + Go - -![screenshot](builds/screenshot.gif) +### Portable filebrowser with mobile ui html5 #### Features - +- Mobile UI with almost all "usable displays", android and ios ( on ios, can't upload files) - Fast UI. Json + angular -- Directory fuzzy search / Acces +- Directory fuzzy search / Acces ( style textmate command+T) - Inline search ( current list ) - Upload mutliple files. - Big uploads. Tested with 1G files. ( Uploads are streamed to disk ) - File delete / remove / copy / compress - Dir creation -- File editor with Codemirror -- Also can act as an api file json server... ( Improbed in future relases ) - + PUT /dir file +- File editor with Codemirror ( javascript, html, css, php.. ) +- Filesystem json server + - POST /dir action=createFolder source=name > Will create a folder in dir with name source + - POST /dir action=delete source=name > will delete + ... see commands.go + GET /dir &format=json - Download dirs as zip +- File and video stream. + + +![screenshot](builds/screenshot.gif) + #### Install Donwload a binary build: (Stable) -- [Osx 64bits](builds/file_server_osx) +- [Osx 64bits](builds/file_server_darwin_amd64) - [Linux 64bits](builds/file_server_linux_amd64) Or compile it: ```go go get github.com/jordic/fileserver + go build or go install ``` @@ -45,6 +51,7 @@ go build or go install - Backend. Add system commands as plugin.. with System services or commands The commands must be, system commands, and should be configured, on json. App, only loads them, and handles execution of them +- Create docs - UI. Add a Generic command with output ( Perhaps a modal ) - UI. Improve javascript prompt, with some kind of widget - UI. Add a button on toolbar, with shortcuts to system commands