Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yurysolovyov/eion
File Manager based on Electron and ClojureScript
https://github.com/yurysolovyov/eion
clojurescript electron-application filemanager
Last synced: 3 months ago
JSON representation
File Manager based on Electron and ClojureScript
- Host: GitHub
- URL: https://github.com/yurysolovyov/eion
- Owner: YurySolovyov
- License: mit
- Created: 2016-07-05T07:15:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-18T20:41:42.000Z (almost 7 years ago)
- Last Synced: 2024-04-14T14:24:30.909Z (10 months ago)
- Topics: clojurescript, electron-application, filemanager
- Language: CSS
- Homepage:
- Size: 530 KB
- Stars: 21
- Watchers: 5
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Eion
Eion is a file manager built with web technologies.
Screenshot:
![Eion Screenshot](https://raw.githubusercontent.com/YurySolovyov/eion/f58b15613f2097ba68b2cd00810e2465e4f47d5b/screenshot.png "Eion")
## Trying it out:
0. Install [`boot`](https://github.com/boot-clj/boot#install)
1. Install [`electron`](https://github.com/electron/electron): `npm i -g electron`
2. Clone the repo
4. Run `boot watch dev-build`
5. Run `boot npm-install`
6. 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