Metadata-Version: 2.1
Name: termremind
Version: 0.0.3
Summary: Reminders in terminal
Home-page: https://github.com/SomethingGeneric/Remind
Author: Matt C
Author-email: matt@mattcompton.me
License: GPLv3
Description: # Remind
        Terminal reminder tool
        ## Install:
        * `git clone https://github.com/SomethingGeneric/Remind`
        * `cd Remind && pip3 install .`
        * You need to make sure that `~/.local/bin/` is in your `$PATH`. 
            * This is usually set by `.bashrc` or `.zshrc` depending on your shell.
            * You can check by issuing `echo $PATH`, and looking for that entry between `:`'s.
        * Done!
        ## Usage:
        See `remind/main.py` (or `remind help` once it's installed)
        
Keywords: python3 linux system-information
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: System
Requires-Python: >=3.4
Description-Content-Type: text/markdown
