diff options
| author | Jakob L. Kreuze <jakob@memeware.net> | 2019-02-09 19:20:36 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze <jakob@memeware.net> | 2019-02-09 19:20:36 -0500 |
| commit | 4f9231f413318cd733efe22b13fa41a0708bcccb (patch) | |
| tree | 09a8a70434a6f44818827f49affa684e7d81d3e8 /README.md | |
| parent | 615b25c3d1833cb124ca5410f50649443bb1921d (diff) | |
Rename package
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,10 +1,10 @@ -# dired-rmshit +# dired-rmjunk -dired-rmshit is a port of Jakub Klinkovský's rmshit.py to Dired. The interactive -function, `dired-rmshit` will mark all files in the current Dired buffer that -match one of the patterns specified in `dired-rmshit-shitty-files`. The tool is -intended as a simple means for keeping one's home directory tidy -- removing -"junk" dotfiles. +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 original implementation of rmshit.py can be found at: +The script that this is based on can be found at: <https://github.com/lahwaacz/Scripts/blob/master/rmshit.py> |