eion
eion copied to clipboard
File Manager based on Electron and ClojureScript
Eion
Eion is a file manager built with web technologies.
Screenshot:

Trying it out:
- Install
boot - Install
electron:npm i -g electron - Clone the repo
- Run
boot watch dev-build - Run
boot npm-install - Run
electron target/
Project goals
Project goals:
- run on Windows and Linux
- provide basic file and directory operations
- Execute
- Create
- Copy
- Move
- Rename
- Delete
- basic archive files support:
- View archive contents
- Extract contents
Project non-goals:
- compete with other File Managers
- provide a lot of customization points
- support plugins (at least not for 1.0)
- support cloud storage
License
MIT © Yury Solovyov