micro-blame

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

Installing

Requires:

Install git and then run make install.

Alternatively, you can clone the repository directly to your micro's plugin directory,

$ git clone git@covacha.net.ar/home/ramiro/public_git/micro-blame ~/.config/micro/plug/blame

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-2025 Ramiro. Available under GPLv3. See COPYING file for license terms.