Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gelisam/git-slides
Text-based slides using vim and git.
https://github.com/gelisam/git-slides
Last synced: 15 days ago
JSON representation
Text-based slides using vim and git.
- Host: GitHub
- URL: https://github.com/gelisam/git-slides
- Owner: gelisam
- Created: 2013-09-15T01:34:19.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-08-24T18:33:17.000Z (about 2 years ago)
- Last Synced: 2024-10-25T09:29:37.813Z (21 days ago)
- Language: Shell
- Size: 329 KB
- Stars: 152
- Watchers: 6
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
git-slides
==========Text-based slides using vim and git.
![Screencast](demo.gif)
Overview
--------Abuse git's history rewriting mechanism by creating one commit for each slide.
Within vim, press Space and Backspace (in normal mode) to move forwards and backwards.
Especially useful for live demos with a lot of canned code, which you want to present and run incrementally.
Installation
------------Copy `plugin/git-slides.vim` to your `~/.vim/plugin`
folder, and put `bin/git-slides` somewhere on your path.