tasklist-cli
TypeScript icon, indicating that this package has built-in type declarations

1.3.0 • Public • Published

tasklist-cli

Tasklist-cli

npm (custom registry) GitHub issues npm NPM

Tasklist-cli is a simple and elegant command line application to manage tasks and todos. Tasklist-cli exists to bring all the needed functionalities for simple project management to the terminal. No graphical interface is needed; this tool is easy enough to use to improve your workflow.

Features

  • add todo tasks.
  • mark tasks as done.
  • revoke done tasks.
  • delete done tasks.
  • add due date to a task.
  • add subtasks to projects.

Preview

Installation

using Node package manager

npm i tasklist-cli -g

you should now be able to use the command task

Usage

you can perform any of the actions listed below.

task [action] [project_name]

Actions

add

  • Adds a new task to default list (or project).
task add
task a

list

  • Lists tasks that are marked undone from specified project.
task list [project_name]
task ls [project_name]

listdate

  • Lists tasks marked undone along with due date.
task listdate [project_name]
task ld [project_name]

Note: [project_name] is optional.

listproj

  • Lists all available projects.
task listproj
task lp

done

  • Lists all the tasks that are marked done.
task done [project_name]
task d [project_name]

Read about all the possible commands in USAGE file.

Dependencies

License

The files and scripts in this repository are licensed under the MIT License,
which is a very permissive license allowing you to use, modify, copy,
distribute, sell, give away, etc. the software. In other words,
do what you want with it. The only requirement with the MIT License is
that the license and copyright notice must be provided with the software.
tasklist-cli

Package Sidebar

Install

npm i tasklist-cli

Weekly Downloads

5

Version

1.3.0

License

MIT

Unpacked Size

766 kB

Total Files

33

Last publish

Collaborators

  • manoj0863