Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jordic committed Jul 18, 2014
2 parents 8c04362 + 615bed9 commit 83cc593
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,38 @@
### 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 and video stream.


![screenshot](builds/screenshot.gif)


#### Install

Donwload a binary build: (Stable)

- [Osx 64bits](builds/file_server_osx)
- [Osx 64bits](builds/file_server_darwin_amd64)
- [Linux 64bits](builds/file_server_linux_amd64)

Or compile it:
```go
go get github.com/jordic/fileserver

go build or go install
```

Expand All @@ -45,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 83cc593

Please sign in to comment.