Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knightos/fileman
The KnightOS file manager
https://github.com/knightos/fileman
Last synced: about 1 month ago
JSON representation
The KnightOS file manager
- Host: GitHub
- URL: https://github.com/knightos/fileman
- Owner: KnightOS
- License: mit
- Created: 2014-10-13T20:09:54.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-05T20:41:07.000Z (over 8 years ago)
- Last Synced: 2024-03-26T18:24:42.590Z (9 months ago)
- Language: Assembly
- Size: 66.4 KB
- Stars: 3
- Watchers: 14
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fileman
The KnightOS file manager.
## Compiling
First, install the [KnightOS SDK](http://www.knightos.org/sdk).
$ knightos init
$ make
$ make run # to test
$ make package # to produce an installable package## Installing
Use `make package` to get a package that you can install. It include a default configuration
in `/etc/fileman.conf`, which looks like this:# If yes, show file sizes
showsize=yes
# If yes, show files that begin with '.'
showhidden=no
# If yes, allow the user to browse outside of startdir
browseroot=no
# Which directory to start up in
startdir=/home/
# If yes, show the UI for manipulating symlinks
editsymlinks=noYou can edit these settings through the KnightOS settings app.
## Help, Bugs, Feedback
If you need help with KnightOS, want to keep up with progress, chat with
developers, or ask any other questions about KnightOS, you can hang out in the
IRC channel: [#knightos on irc.freenode.net](http://webchat.freenode.net/?channels=knightos).
To report bugs, please create [a GitHub issue](https://github.com/KnightOS/KnightOS/issues/new) or contact us on IRC.
If you'd like to contribute to the project, please see the [contribution guidelines](http://www.knightos.org/contributing).