crf
TUI Based Filer Written in Crystal.
Installation
$ git clone https://github.com/kazto/crf
$ cd crf && crystal build src/crf.cr
$ cp ./crf /path/to/installdir/
Usage
crf OPEN_PATH
Development
All is Under Construction.
Contributing
- Fork it (https://github.com/kazto/crf/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- kazto - creator and maintainer