-
Notifications
You must be signed in to change notification settings - Fork 0
cludwin/xvim
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
xvim is a command line utility that provides a simple xargs-like wrapper around vim. It's goal is to eliminate those pesky "Warning: input not from terminal" messages that lead to a fubar'd tty. example: Bad things happen to your terminal when you... $> find . -name \*foo\* | xargs vim However if you do this instead your tty should be safe... $> find . -name \*foo\* | xvim
About
This program provides an xargs-like wrapper around vim
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published