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
WARNING:: it's not production ready yet. you may face bugs and crashes along the way
Xtasker - Cli task management
Xtasker is a simple and liteweight commandline task management tool.

Installation
npm i -g xtasker
Note: After installtaion restart your terminal and run
xtaskerUsages
Basic Commands
- all: // for all task list
- open: // for open task list
- done: // for completed task list
- add:
// for add new task - rm:
// for remove task - done:
// for complete task - rmall: // for remove all taskfor current group
- groups: // display all available groups
- sw_group:
// for switch group - add_group:
//for add new group - rm_group:
//for remove grop