Skip to content
/ handyapp Public

A simple CLI app that removes cruft from your dev folders such as node_modules

License

Notifications You must be signed in to change notification settings

skota/handyapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Fork it (https://github.com/your-github-user/handyapp/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

About

A simple CLI app that removes cruft from your dev folders such as node_modules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published