0.0.11 • Published 6 years ago

@itsjonq/sup v0.0.11

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

⭐️ SUP

Build Status npm version

Simple task tracker

Table of contents

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 <command>

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
0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago