diff options
| author | Jakob L. Kreuze <jakob@memeware.net> | 2019-01-11 20:25:26 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze <jakob@memeware.net> | 2019-01-11 20:25:26 -0500 |
| commit | 7f8ce1f46038f762cb369bb28849536acb201df8 (patch) | |
| tree | f5a550fc592b88412b90a157e6b20458d09d3c87 /README.md | |
Initial commit.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..3055635 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# dired-rmshit + +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. + +The original implementation of rmshit.py can be found at: +<https://github.com/lahwaacz/Scripts/blob/master/rmshit.py> |