I wish for being able to annotate tags by their author (from git blame).
How can it be reasonably achieved?
The tags output you expect:
main foo.c /^main(void)$/;" kind:function line:2 blame:[email protected]
I suppose it's quite possible to do through external wrapper script to annotate tags fed from ctags output.
But can I achive the reverse thing -- plug this script into the middle of ctags pipeline?
Which benefits could it provide comparing with plugging it after ctags?
I strive for most naturally flowing solution.