summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob L. Kreuze <jakob@memeware.net>2019-02-09 19:20:36 -0500
committerJakob L. Kreuze <jakob@memeware.net>2019-02-09 19:20:36 -0500
commit4f9231f413318cd733efe22b13fa41a0708bcccb (patch)
tree09a8a70434a6f44818827f49affa684e7d81d3e8 /README.md
parent615b25c3d1833cb124ca5410f50649443bb1921d (diff)
Rename package
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 3055635..93b03de 100644
--- a/README.md
+++ b/README.md
@@ -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>