blob: 4a62b1f3fa5e699393b884bcc0c1f552c84ae6e9 (
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-patterns`. 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>
|