1.0.21 • Published 2 years ago

@loadfms/gotdone v1.0.21

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago
 ██████╗  ██████╗ ████████╗    ██████╗  ██████╗ ███╗   ██╗███████╗██╗
██╔════╝ ██╔═══██╗╚══██╔══╝    ██╔══██╗██╔═══██╗████╗  ██║██╔════╝██║
██║  ███╗██║   ██║   ██║       ██║  ██║██║   ██║██╔██╗ ██║█████╗  ██║
██║   ██║██║   ██║   ██║       ██║  ██║██║   ██║██║╚██╗██║██╔══╝  ╚═╝
╚██████╔╝╚██████╔╝   ██║       ██████╔╝╚██████╔╝██║ ╚████║███████╗██╗
 ╚═════╝  ╚═════╝    ╚═╝       ╚═════╝  ╚═════╝ ╚═╝  ╚═══╝╚══════╝╚═╝

This is a vanilla cli tool that provides a different way to track your achievements. Instead of creating a stressful todo-lists, how about create a joyful done list?

Install

$ npm i @loadfms/gotdone -g

Configuration

You can set where data file should be stored. Just create a new file under ~/.config/gotdone/config and add the line: eg. data_path = $HOME/.config/gotdone

Obs: If a path is not provided the default location will be used ($HOME/.config/gotdone).

Usage

$ gotdone --help

Help output:

gotdone [command]

Commands:
  gotdone add     Add thing done
  gotdone list    List all tasks done
  gotdone remove  Remove item

Options:
  --help     Show help  [boolean]
  --version  Show version number  [boolean]

Available commands

add

$ gotdone add --help

Help output:

gotdone add

Add thing done

Options:
      --help         Show help  [boolean]
  -d, --description  Task description  [string] [required]
  -p, --points       Task points  [number] [required]
  -t, --tag          Task tag  [string] [required]

list

$ gotdone list --help

Help output:

gotdone list

List all tasks done

Options:
      --help         Show help  [boolean]
  -d, --details      List all tasks details  [boolean]
  -D, --all-details  List all tasks details  [boolean]

remove

$ gotdone remove --help

Help output:

gotdone remove

Remove item

Options:
  --help     Show help  [boolean]
  --id       Task id  [string] [required]

License

MIT.

1.0.21

2 years ago

1.0.19

2 years ago

1.0.20

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago