@itsjonq/sup

0.0.11 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @itsjonq/sup

Weekly Downloads

0

Version

0.0.11

License

MIT

Unpacked Size

12.6 kB

Total Files

7

Last publish

Collaborators

  • itsjonq