Tascli is an open-source task-manager like monday.com, but for command line nerds.


Keywords
cli, cli-tool, task-manager, todo, nodejs
License
GPL-3.0
Install
npm install tascli@2.2.3

Documentation

Node.js Package Build linux Build windows

TasCLI

Description

Tascli is an open-source task-manager like monday.com, but for command line nerds.

Features

  • Easy syntax
  • Beautiful list and many more

Install

You have installed nodejs to run tascli

Using npm / yarn:

npm install -g tascli or yarn global add tascli

Documentation

tascli - list all tasks

tascli create <name> - create a task

tascli create <name> -q/--quick - create a task only with his name

tascli info <name> - get more info about a task

tascli remove <name> - delete a task

tascli set <name> - set the status of a task

tascli init - create an empty json-file to store your tasks

Create a new user

On Windows:

  1. open C:\users\[USER]\tascli.json
  2. You can write them in the bracket behind users

On Linux:

  1. open /home/[USER]/tascli.json
  2. You can write them in the bracket behind users

👏 Thanks to

chalk, jsonfile, prompts, removeFromArray, cliui, boxen