~nloomans/cleanup

Cleanup is a simple utility designed to help you cleanup your download dir
show different message if downloads folder is empty
don't create empty dirs when ENABLE_VIM=0
add vim syntax highlighting

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~nloomans/cleanup
read/write
git@git.sr.ht:~nloomans/cleanup

You can also use your local clone with git send-email.

#cleanup

Cleanup is a simple utility designed to help you cleanup your download dir.

#Usage

Run cleanup and change the action of the files you want to delete from keep to rm.

You probably want to add other commands to. To do so, write a script and place it in ~/.config/cleanup/actions. Remember to make the script executable.

#Installation

sudo make install

Vim syntax highlighting has been provided in contrib/vim. You can install it by running cp -R contrib/vim/. ~/.vim

Cleanup can be uninstalled using sudo make uninstall.

#Dependencies

  • go is the language in which cleanup is written.
  • trash-cli is required if you wish to move files to the trash with the default rm action.

#Contributing

Send patches to ~nloomans/inbox@lists.sr.ht.

#License

Copyright © 2020 Noah Loomans

Licensed on GPLv3, see the LICENSE file for details.

Do not follow this link