Skip to content

jianli/git-playback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A git command to play back file history.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages