Add script for pretty-printing geany tags files
commit4753344ce886d74878c0eede924527615b22874b
authorJiří Techet <techet@gmail.com>
Fri, 10 Dec 2021 16:59:34 +0000 (10 17:59 +0100)
committerJiří Techet <techet@gmail.com>
Sun, 12 Jun 2022 22:31:16 +0000 (13 00:31 +0200)
treeb9b50bed7c1a519d5de260f0e58a1d9eb7b1eb98
parentdef1600a5bcdcf2729f9580b04f531179f5f5f13
Add script for pretty-printing geany tags files

This script reads  Geany binary tags files from stdin and writes
to stdout a file where each of the tags is followed by a line where
the tag is printed in the following human-readable form:

tag_type:   return_value scope :: tag_name(arglist)   additional_stuff

Especially the tag_type is currently hard to understand when looking at
unit tests and easy to miss if there's a problem.
Makefile.am
scripts/print-tags.py [new file with mode: 0755]