YurySolovyov / eion

File Manager based on Electron and ClojureScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eion

Eion is a file manager built with web technologies.

Screenshot:

Eion Screenshot

Trying it out:

  1. Install boot
  2. Install electron: npm i -g electron
  3. 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

About

File Manager based on Electron and ClojureScript

License:MIT License


Languages

Language:CSS 73.4%Language:Clojure 26.3%Language:HTML 0.3%