Metadata-Version: 2.1
Name: termremind
Version: 0.0.4.5
Summary: Reminders in terminal
Home-page: https://github.com/SomethingGeneric/Remind
Author: Matt C
Author-email: matt@mattcompton.me
License: GPLv3
Keywords: python3 linux system-information
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
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
Classifier: Topic :: Terminals
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: colorama

# Remind
![Py Badge](https://img.shields.io/badge/Python-3.4%2B-blue) ![License badge](https://img.shields.io/pypi/l/termremind) ![Badge](https://img.shields.io/badge/Mom%20made-pizza%20rolls-orange) 
## Terminal reminder tool
### PIP Install:
* `pip3 install termremind`
* For any `*nix` (MacOS included, I think?):
    * 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.
* For Windows:
    * As long as you installed Python with Pip, this should be a non-issue
* Done!
### Source-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)


