# @loadfms/gotdone

> A new and joyfull way to track your things.

Latest version **1.0.21** (published 2022-06-20) · MIT license · 0 weekly downloads

## Install

```sh
npm install @loadfms/gotdone
pnpm add @loadfms/gotdone
yarn add @loadfms/gotdone
bun add @loadfms/gotdone
```

Provides the command `gotdone`.

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.21 |
| Published | 2022-06-20 |
| First published | 2021-09-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 5 |
| Unpacked size | 11.2 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 1 |
| Maintainers | loadfms |

## Links

- npm: https://www.npmjs.com/package/@loadfms/gotdone
- Repository: https://github.com/loadfms/gotdone
- Homepage: https://github.com/loadfms/gotdone#readme
- Issues: https://github.com/loadfms/gotdone/issues
- npm.io page: https://npm.io/package/@loadfms/gotdone

## Dependencies (5)

- [uuid](https://npm.io/package/uuid.md) ^8.3.2
- [chalk](https://npm.io/package/chalk.md) ^5.0.0
- [yargs](https://npm.io/package/yargs.md) ^17.3.1
- [moment](https://npm.io/package/moment.md) ^2.29.1
- [bar-charts](https://npm.io/package/bar-charts.md) ^1.0.3

## Recent versions

- 1.0.21 (latest) — 2022-06-20
- 1.0.20 — 2022-03-23
- 1.0.19 — 2022-03-23
- 1.0.18 — 2022-03-14
- 1.0.17 — 2022-03-14
- 1.0.16 — 2022-03-14
- 1.0.15 — 2022-03-14
- 1.0.14 — 2022-03-14
- 1.0.13 — 2022-03-14
- 1.0.12 — 2022-03-14
- 1.0.11 — 2022-03-14
- 1.0.10 — 2022-03-14
- 1.0.9 — 2022-02-24
- 1.0.8 — 2022-02-24
- 1.0.7 — 2022-02-23
- … 7 more at https://npm.io/package/@loadfms/gotdone/versions

## README

```
 ██████╗  ██████╗ ████████╗    ██████╗  ██████╗ ███╗   ██╗███████╗██╗
██╔════╝ ██╔═══██╗╚══██╔══╝    ██╔══██╗██╔═══██╗████╗  ██║██╔════╝██║
██║  ███╗██║   ██║   ██║       ██║  ██║██║   ██║██╔██╗ ██║█████╗  ██║
██║   ██║██║   ██║   ██║       ██║  ██║██║   ██║██║╚██╗██║██╔══╝  ╚═╝
╚██████╔╝╚██████╔╝   ██║       ██████╔╝╚██████╔╝██║ ╚████║███████╗██╗
 ╚═════╝  ╚═════╝    ╚═╝       ╚═════╝  ╚═════╝ ╚═╝  ╚═══╝╚══════╝╚═╝
```

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

```sh
$ 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

```sh
$ 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](#add)
- [list](#list)
- [remove](#remove)

### add

```sh
$ 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

```sh
$ 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

```sh
$ gotdone remove --help
```

Help output:

```
gotdone remove

Remove item

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

## License

MIT.

---
_Source: https://npm.io/package/@loadfms/gotdone · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
