Metadata-Version: 2.1
Name: markb
Version: 0.2.2
Summary: Render a markdown file and open in a browser
Home-page: https://github.com/amireldor/markb
Author: Amir Eldor
Author-email: amir@eize.ninja
License: UNKNOWN
Description: markb
        =====
        
        Render a markdown file and display it instantly in a browser.
        
        This is a little script that renders a markdown file to a temporary file and
        opens a browser to view it. It was originally intended to quickly look at
        README files from cool cloned GitHub repositories.
        
            # attempt to use any file starting with README
            markb  
        
            -- OR --    
        
            # invoke on a given file
            markb post.md  
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
