Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jordic committed Jul 17, 2014
1 parent 81eb48f commit 615bed9
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,26 @@
### 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 stream of videos and music.
- File and video stream.


![screenshot](builds/screenshot.gif)


#### Install

Expand Down Expand Up @@ -47,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
Expand Down

0 comments on commit 615bed9

Please sign in to comment.