Skip to content

Commit 83cc593

Browse files
committed
Merge branch 'master' of https://github.com/jordic/file_server
2 parents 8c04362 + 615bed9 commit 83cc593

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

README.md

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

53
#### Features
6-
4+
- 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 and video stream.
20+
21+
22+
![screenshot](builds/screenshot.gif)
23+
1924

2025
#### Install
2126

2227
Donwload a binary build: (Stable)
2328

24-
- [Osx 64bits](builds/file_server_osx)
29+
- [Osx 64bits](builds/file_server_darwin_amd64)
2530
- [Linux 64bits](builds/file_server_linux_amd64)
2631

2732
Or compile it:
2833
```go
2934
go get github.com/jordic/fileserver
35+
3036
go build or go install
3137
```
3238

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

0 commit comments

Comments
 (0)