Metadata-Version: 2.1
Name: todx
Version: 0.0.8
Summary: A simple todo application
Home-page: https://github.com/xypnox/todxpy
Author: xypnox
Author-email: xypnox@gmail.com
License: UNKNOWN
Description: # todxpy
        Python version of TodX
        
        Probable I should add more readme stuff
        
        To install the program run `pip install todx`
        
        Currently the supported commands are:
        
        ## `--add` or `-a`
        
        Format: `todx --add [content] [list](optional) [status](optional)`
        
        ## `--view`
        
        Format: `todx --view [list title](optional, defaults to inbox)`
        
        ## `--all`
        
        Format: `todx --all`
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
