Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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).

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