Convertion of a php file browser web application ( https://tutorialzine.com/2014/09/cute-file-browser-jquery-ajax-php ) to Crystal-lang to browse and search files.
You need to place your searchable folder inside the public folder and modify the file filebrowser.json with the correct values from your personal environment/folder destination.
Compile to run
crystal src/filebrowserCR.crCompile to create executable
crystal build src/filebrowserCR.cr --release- Fork it (https://github.com/xtokio/filebrowserCR/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
- Luis Gómez - creator and maintainer

