Skip to content

File Manager based on Electron and ClojureScript

License

Notifications You must be signed in to change notification settings

YurySolovyov/eion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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