Skip to content

muth/v

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

vi wrapper.

accepts output from grep -n so     "v  file:123"        ->   "vi +123 file"
also accepts package names like    "v  Foo::Bar::Baz"   ->   "vi Foo/Bar/Baz.pm"
also accepts package->method like  "v 'Foo::Bar->baz'"  ->   "vi Foo/Bar.pm +/sub\s\+baz\>"
also accepts output from perl -c   "v  Foo.pm line 12." ->   "vi +12 Foo.pm"
also searches @INC and $ENV{OPENSRS_HOME}/lib and $ENV{CONTROL_PANEL_HOME}/lib

About

vi wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages