git-playback

A git command to play back file history.


License
Other
Install
pip install git-playback==0.1.1rc0

Documentation

Git playback is a git command to play back or step through, commit by commit, the history of any git-controlled file. Its name was inspired by mmozuras/git-playback.

Installation

pip install git-playback

Usage

To inspect a file ~/repo/path/to/file.py from the repository ~/repo/

cd ~/repo/
git playback path/to/file.py

git playback README.md

and then press the following keys to navigate:

  • rewind
  • play
  • back one commit
  • forward one commit
  • Ctrl + next line
  • Ctrl + previous line
  • quit