micro-blame

A plugin for the micro editor. It provides a blame command that outputs the git blame for the current line.

Installing

Requires:

Move the source directory (the one containing this README) to the micro plugin directory:

$ cp -R micro-plugin/ ~/.config/micro/plug/

Try running the blame command using the command bar (^E by defualt). If it outputs a blame or fatal: not a git repository..., it means it's installed correctly.

© 2024 Ramiro. Available under GPLv3. See COPYING file for license terms.