An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# ⭐️ SUP

[![Build Status](https://travis-ci.org/ItsJonQ/sup.svg?branch=master)](https://travis-ci.org/ItsJonQ/sup)
[![npm version](https://badge.fury.io/js/%40itsjonq%2Fsup.svg)](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
```