1
- ### Html5 FileBrowser, Angular + Go
2
-
3
- ![ screenshot] ( builds/screenshot.gif )
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 and video stream.
20
+
21
+
22
+ ![ screenshot] ( builds/screenshot.gif )
23
+
19
24
20
25
#### Install
21
26
22
27
Donwload a binary build: (Stable)
23
28
24
- - [ Osx 64bits] ( builds/file_server_osx )
29
+ - [ Osx 64bits] ( builds/file_server_darwin_amd64 )
25
30
- [ Linux 64bits] ( builds/file_server_linux_amd64 )
26
31
27
32
Or compile it:
28
33
``` go
29
34
go get github.com /jordic/fileserver
35
+
30
36
go build or go install
31
37
```
32
38
@@ -45,6 +51,7 @@ go build or go install
45
51
- Backend. Add system commands as plugin.. with System services or commands
46
52
The commands must be, system commands, and should be configured,
47
53
on json. App, only loads them, and handles execution of them
54
+ - Create docs
48
55
- UI. Add a Generic command with output ( Perhaps a modal )
49
56
- UI. Improve javascript prompt, with some kind of widget
50
57
- UI. Add a button on toolbar, with shortcuts to system commands
0 commit comments