Jugendhackt / configfoo

manpage autocompletion and tagjumping with ctags indicies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

configfoo

configfoo generates configuration argument indicies of manpages in ctags file format. So it can be used for tag jumping to configuration arguments and thier autocompletion in vim, emacs and alike.

disclaimer

configfoo parses manpages based on line indentation. As a result it has the following limitations:

  • Not every manpage will work
  • There is no garantee that all configuation arguments are parsed additionally: configfoo is developed only for parsing of manpages focusing on configuration files (like the ones about neomuttrc, coredump.conf and dhcpcd.conf).

usage

  • Copy the mantags script into a dir inside your PATH.
  • Go inside the root dir of your project and run mantags manentry.
  • Start vim and use tag completion.

questions?

please reach out to us if you have any questions concerning this project.

About

manpage autocompletion and tagjumping with ctags indicies

License:GNU General Public License v3.0


Languages

Language:Python 97.9%Language:Vim Script 2.1%