Skip to content

xtareq/xtasker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xtasker - Cli task management

Xtasker is a simple and liteweight commandline task management tool.

alt text

Installation

npm i -g xtasker 
# pnpm add -g xtasker
# yarn add -g xtasker

Note: After installtaion restart your terminal and run

xtasker

Usages

Basic Commands

Tasks

  • la: - Load all tasks
  • lo: - Load open tasks
  • ld: - Load done tasks
  • at: <task_description> - Add new task
  • et: - Edit task
  • dt: - Delete task
  • da: - Delete all tasks
  • mad: - Mark as done

Groups

  • lg: - Load all groups
  • sg: - Switch group by groupId
  • ag: - Add new group
  • dg: - Delete group by id

Others

  • cl: - Clear window
  • h: - Help menu

About

Manage your task without leaving cli

Resources

Stars

Watchers

Forks

Packages

No packages published