22 lines
500 B
Markdown
22 lines
500 B
Markdown
# V, automatic file-opener, pager-handler, and alias
|
|
|
|
V is a shell script that is a universal 'viewer' and 'opener'. It rocks. This
|
|
is a conversion from thricegreat's rc 'v' to Kornshell. Vilyaem added more features
|
|
to it, on its own, it is just an alias for vim, when piped to, it opens the contents
|
|
in vim, but most importantly it is used as an opener.
|
|
|
|
|
|
## Examples
|
|
|
|
|
|
Play a video named video.mp4 using ffplay or mpv
|
|
|
|
v video.mp4
|
|
|
|
Open a file in Vim
|
|
|
|
v file.c
|
|
|
|
## LICENSE
|
|
|
|
Pubilc Domain CC ZERO
|