handyapp
This is a simple command line app for freeing diskspace by finding and removing unnecessary folders ( ex: node_modules..)
Installation
coming soon.
Build instructions
- git clone - https://github.com/skota/handyapp
- Ensure you have crystal installed. See this page for instructions
- cd to app directory ( ex ~/dev/projects/handyapp)
- build: crystal build src/handyapp.cr
- next update settings.toml with folders to walk though and sub-folders to delete
Usage
- Copy the executable to your preferred location. For ex. ~/utils
- copy settings.toml to ~/utils
- run the app: ~/utils/handyapp
Contributing
- Fork it (https://github.com/your-github-user/handyapp/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
- Sriram Kota - creator and maintainer