slide show : A tool for viewing source code in a slide show fashion.
| script karma |
Rating 0/0,
Downloaded by 850 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| XO |
| |
| script type |
| utility |
| |
| description |
I often need to review others code to get a quick idea if the developers are doing the proper job. It's tedious when going through hundreds of files manually. I finally came up with this script, which you need to find/grep the interested files, and feed them to vim.
For example to review author Cary's source files:
In command line,
vim +"so ~/.vim/SlideShow.vim" `grep -liR "Cary" * | grep -v .svn | grep ".java" | sort`
In vim, press <Space> to start the slide show. |
| |
| install details |
|
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.46
|