https://github.com/sumpygump/greg
Greg is a CLI program to help you set goals and be reminded of them
https://github.com/sumpygump/greg
Last synced: 3 months ago
JSON representation
Greg is a CLI program to help you set goals and be reminded of them
- Host: GitHub
- URL: https://github.com/sumpygump/greg
- Owner: sumpygump
- License: mit
- Created: 2019-12-31T22:43:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T19:08:26.000Z (over 2 years ago)
- Last Synced: 2025-01-04T14:17:38.450Z (5 months ago)
- Language: PHP
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Greg : Greg Regularly Evokes Goals
Greg is a CLI program that helps you set and be reminded of goals.
## Installation
This program is written in PHP and requires PHP CLI version 7.1 or greater.
Use `composer global require sumpygump/greg` to install it globally on your machine.
You could also clone the repo and symlink `bin/greg` in the project directory to a directory that is in your `$PATH`.
## Usage
Use `greg help` to get help.
```
Greg Regularly Evokes Goals
▄▄ ▄▄▄ ▄▄ ▄▄
█ █ █ ▀ █▄▄█ █ █
▀▄▄█ █ ▀▄▄▄ ▀▄▄█
▄▄▄▀ ▄▄▄▀Usage:
greg [arguments]
Commands:
help Show this help message
list Show list of goals
add Add a new goal
remind Show goal reminder for today
complete Mark a goal as complete
version Show version of greg
```