JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q26455F
  • License MIT

Manage your tasks without leaving your cli.

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.

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: - 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