https://github.com/coot/cvim
Utility script for vim swap files.
https://github.com/coot/cvim
Last synced: 11 months ago
JSON representation
Utility script for vim swap files.
- Host: GitHub
- URL: https://github.com/coot/cvim
- Owner: coot
- Created: 2015-01-24T11:56:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-27T20:54:29.000Z (over 11 years ago)
- Last Synced: 2025-03-25T13:13:19.811Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
cvim
====
`cvim` is a utility script (written in `python`) for [vim](http://vim.org)
editor. It finds swap files in the current directory (or walks through
directory tree) and deletes the ones that are the same as the original file.
If they differ it uses
[recover.vim](http://www.vim.org/scripts/script.php?script_id=3068) to compare
them. `cvim` is also included in
[recover.vim](http://www.vim.org/scripts/script.php?script_id=3068).
Options:
* `-f`: only find swap files (recursively)
* `-r`: search current directory recursively
* `-a`: ask also before deleting a swap file which does not differ from the file
* `-h`: help
Requirements
------------
You need to install `python` and [psutils](https://pypi.python.org/pypi/psutil).