Skip to content

A ZSH plugin to highlight where a particular line was last changed in a file using git blame

License

Notifications You must be signed in to change notification settings

cameronbroe/whobrokemycode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

whobrokemycode

This is a simple ZSH plugin that will give you a function that easily allows you to see a clear view of who last touched the given file at the given line number using git blame.

Usage

Usage: whobrokemycode [file] [line_number]
        -c number of lines to show

Examples:
$ whobrokemycode -c 10 broken_code.py 10"

License

MIT License (c) 2018 Cameron Roe

Refer to LICENSE for license information.

About

A ZSH plugin to highlight where a particular line was last changed in a file using git blame

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages