-
Notifications
You must be signed in to change notification settings - Fork 0
A tool for viewing source code in a slide show fashion.
vim-scripts/slide-show
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a mirror of http://www.vim.org/scripts/script.php?script_id=3761 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.
About
A tool for viewing source code in a slide show fashion.
Resources
Stars
Watchers
Forks
Packages 0
No packages published