{ "info": { "author": "Felix Bernhardt", "author_email": "felix.bernhardt@mailbox.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Utilities" ], "description": "Prototag\n========\n\n.. image:: https://travis-ci.org/flxbe/prototag.svg?branch=master\n :target: https://travis-ci.org/flxbe/prototag\n\nA simple CLI tool to filter and list ``.md`` files based on comment headers.\n\nMotivation\n----------\n\nAfter testing multiple sophisticated tools to document small ideas or meetups,\nI found plain ``.md`` files and a flat directory structure to work best\nfor me. I have built this tool to help me search these protocols in the\nterminal.\n\nThe cli tool ``ptag`` scans a given directory for ``.md`` files and tries to\nextract a block comment at the start. If this comment includes valid ``yaml``,\nthe file is considered valid. One can specify selectors to further filter all\nvalid files. The list of results is then printed to stdout.\n\nInstallation\n------------\n\n.. code-block:: bash\n\n pip install prototag\n\nSynopsis\n--------\n\nUsage: ``ptag [options] [