summaryrefslogtreecommitdiff
path: root/README.md
blob: 93b03de8a7e4ee1b951202205fcb617cbeada421 (plain)
1
2
3
4
5
6
7
8
9
10
# dired-rmjunk

dired-rmjunk is a port of Jakub Klinkovský's home directory cleanup tool to
Dired. The interactive function, `dired-rmjunk` will mark all files in the
current Dired buffer that match one of the patterns specified in
`dired-rmjunk-shitty-files`. The tool is intended as a simple means for keeping
one's home directory tidy -- removing "junk" dotfiles.

The script that this is based on can be found at:
<https://github.com/lahwaacz/Scripts/blob/master/rmshit.py>