Skip to content

Commit 615bed9

Browse files
committed
Update README.md
1 parent 81eb48f commit 615bed9

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,26 @@
1-
### Html5 FileBrowser, Angular + Go
2-
3-
![screenshot](builds/screenshot.gif)
1+
### Portable filebrowser with mobile ui html5
42

53
#### Features
64
- Mobile UI with almost all "usable displays", android and ios ( on ios, can't upload files)
75
- Fast UI. Json + angular
8-
- Directory fuzzy search / Acces
6+
- Directory fuzzy search / Acces ( style textmate command+T)
97
- Inline search ( current list )
108
- Upload mutliple files.
119
- Big uploads. Tested with 1G files. ( Uploads are streamed to disk )
1210
- File delete / remove / copy / compress
1311
- 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
1717
+ GET /dir &format=json
1818
- Download dirs as zip
19-
- File stream of videos and music.
19+
- File and video stream.
20+
21+
22+
![screenshot](builds/screenshot.gif)
23+
2024

2125
#### Install
2226

@@ -47,6 +51,7 @@ go build or go install
4751
- Backend. Add system commands as plugin.. with System services or commands
4852
The commands must be, system commands, and should be configured,
4953
on json. App, only loads them, and handles execution of them
54+
- Create docs
5055
- UI. Add a Generic command with output ( Perhaps a modal )
5156
- UI. Improve javascript prompt, with some kind of widget
5257
- UI. Add a button on toolbar, with shortcuts to system commands

0 commit comments

Comments
 (0)