Home

Awesome

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.