show different message if downloads folder is empty
don't create empty dirs when ENABLE_VIM=0
add vim syntax highlighting
Cleanup is a simple utility designed to help you cleanup your download dir.
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.
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
.
cleanup
is written.rm
action.Send patches to ~nloomans/inbox@lists.sr.ht.
Copyright © 2020 Noah Loomans
Licensed on GPLv3, see the LICENSE file for details.