sponsor Vim development Vim logo Vim Book Ad

slide show : A tool for viewing source code in a slide show fashion.

 script karma  Rating 0/0, Downloaded by 686  Comments, bugs, improvements  Vim wiki

created by
Yiu Wing
 
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
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
SlideShow.vim 1.0 2011-10-05 7.0 Yiu Wing Initial upload
ip used for rating: 18.118.145.114

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github