Skip to content

ItsJonQ/sup

Repository files navigation

⭐️ 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