Package Exports
- xtasker
- xtasker/tasker.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (xtasker) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Xtasker - Cli task management
Xtasker is a simple and liteweight commandline task management tool.

Installation
npm i -g xtasker
# pnpm add -g xtasker
# yarn add -g xtaskerNote: After installtaion restart your terminal and run
xtaskerUsages
Basic Commands
Tasks
- la: - Load all tasks
- lo: - Load open tasks
- ld: - Load done tasks
- at:
- 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