https://github.com/itsjonq/sup
⭐️SUP: Simple task tracker
https://github.com/itsjonq/sup
cli standup task-manager
Last synced: 11 months ago
JSON representation
⭐️SUP: Simple task tracker
- Host: GitHub
- URL: https://github.com/itsjonq/sup
- Owner: ItsJonQ
- License: mit
- Created: 2019-02-26T02:55:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-21T01:25:31.000Z (about 7 years ago)
- Last Synced: 2025-04-10T10:59:50.059Z (about 1 year ago)
- Topics: cli, standup, task-manager
- Language: JavaScript
- Homepage: https://jonquach.com/
- Size: 1.68 MB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ⭐️ SUP
[](https://travis-ci.org/ItsJonQ/sup)
[](https://badge.fury.io/js/%40itsjonq%2Fsup)
> Simple task tracker
## Table of contents
- [Installation](#installation)
- [Usage](#usage)
- [Configure](#configure)
## Installation
```
npm install -g @itsjonq/sup
```
## Usage
In your Terminal, run the `sup` command:
```
sup
```
By default, it will output the help content:
```
⭐️ SUP
sup
Example:
sup add "I did a thing!"
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
config [options] Configures SUP
add|a [task] Add a new task for Today
new|n [task] Alias for "add"
list|ls List Today's tasks
edit|e Edit Today's tasks
print|p Print Yesterday's and Today's tasks
copy|cp Copy Yesterday's and Today's tasks
open|o Opens the task directory
which Display location of tasks
```
## Configure
By default, Do will create `.md` files under the `~/.sup` directory. You can customize the directory by running:
```
sup config --dir=~/Stuff/my-custom-do/here
```