https://github.com/zaucy/atomfm
Atom File Manager
https://github.com/zaucy/atomfm
Last synced: 6 months ago
JSON representation
Atom File Manager
- Host: GitHub
- URL: https://github.com/zaucy/atomfm
- Owner: zaucy
- License: mit
- Created: 2015-03-20T20:27:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-06-25T02:46:38.000Z (about 7 years ago)
- Last Synced: 2025-11-23T20:10:40.524Z (8 months ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Atom File Manager
This is just a little fun project I'm making. A file manager created with the [atom-shell](https://github.com/atom/atom-shell).
## Installation
In order to use AtomFM you need to install atom-shell and it must be in your PATH. You can do this manually or just install it globally via npm.
```
npm install -g atom-shell
```
Next just install AtomFM globally and you're good to go!
```
npm install -g atomfm
atomfm
```
Keep in mind that AtomFM is just a test project right now. Nothing is really planned for it and if you'd like to contribute just fork the [repository on github](https://github.com/zaucy/atomfm) and send me a pull request!