Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raehik/rmvim
A bash script for removing "~" files (backup files made by Vim automatically).
https://github.com/raehik/rmvim
Last synced: about 2 months ago
JSON representation
A bash script for removing "~" files (backup files made by Vim automatically).
- Host: GitHub
- URL: https://github.com/raehik/rmvim
- Owner: raehik
- Created: 2014-03-06T11:13:21.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-06T21:50:44.000Z (over 10 years ago)
- Last Synced: 2024-06-12T18:32:23.006Z (7 months ago)
- Language: Shell
- Size: 191 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
rmvim
=====`rmvim` removes files ending with '~' for you -- that is, Vim backup files.
Useful if you like having them handy but dislike having them clutter up your
workspace.`rmvim` removes files with spaces in them successfully. However, not all
special characters have been tested: I'll bet that something will mess up if
you try to remove a file with a newline in it (such files are allowed in Unix
filesystems).Available options are:
-r recurse through directories
-f force (do not prompt)
-v be more verbose