https://github.com/yurysolovyov/eion
File Manager based on Electron and ClojureScript
https://github.com/yurysolovyov/eion
clojurescript electron-application filemanager
Last synced: 9 days 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-18T20:41:42.000Z (about 7 years ago)
- Last Synced: 2025-04-17T04:18:57.149Z (15 days ago)
- Topics: clojurescript, electron-application, filemanager
- Language: CSS
- Homepage:
- Size: 530 KB
- Stars: 21
- Watchers: 4
- 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:

## 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