|
1 | | -### Html5 FileBrowser, Angular + Go |
2 | | - |
3 | | - |
| 1 | +### Portable filebrowser with mobile ui html5 |
4 | 2 |
|
5 | 3 | #### Features |
6 | 4 | - Mobile UI with almost all "usable displays", android and ios ( on ios, can't upload files) |
7 | 5 | - Fast UI. Json + angular |
8 | | -- Directory fuzzy search / Acces |
| 6 | +- Directory fuzzy search / Acces ( style textmate command+T) |
9 | 7 | - Inline search ( current list ) |
10 | 8 | - Upload mutliple files. |
11 | 9 | - Big uploads. Tested with 1G files. ( Uploads are streamed to disk ) |
12 | 10 | - File delete / remove / copy / compress |
13 | 11 | - Dir creation |
14 | | -- File editor with Codemirror |
15 | | -- Also can act as an api file json server... ( Improbed in future relases ) |
16 | | - + PUT /dir file |
| 12 | +- File editor with Codemirror ( javascript, html, css, php.. ) |
| 13 | +- Filesystem json server |
| 14 | + - POST /dir action=createFolder source=name > Will create a folder in dir with name source |
| 15 | + - POST /dir action=delete source=name > will delete |
| 16 | + ... see commands.go |
17 | 17 | + GET /dir &format=json |
18 | 18 | - Download dirs as zip |
19 | | -- File stream of videos and music. |
| 19 | +- File and video stream. |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
20 | 24 |
|
21 | 25 | #### Install |
22 | 26 |
|
@@ -47,6 +51,7 @@ go build or go install |
47 | 51 | - Backend. Add system commands as plugin.. with System services or commands |
48 | 52 | The commands must be, system commands, and should be configured, |
49 | 53 | on json. App, only loads them, and handles execution of them |
| 54 | +- Create docs |
50 | 55 | - UI. Add a Generic command with output ( Perhaps a modal ) |
51 | 56 | - UI. Improve javascript prompt, with some kind of widget |
52 | 57 | - UI. Add a button on toolbar, with shortcuts to system commands |
|
0 commit comments