1.0.0 ā€¢ Published 4 years ago

taskloft v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

taskloft

A tool that logs what your work

oclif Version Downloads/week License

Usage

$ npm install -g taskloft
$ taskloft COMMAND
running command...
$ taskloft (-v|--version|version)
taskloft/1.0.0 darwin-x64 node-v14.5.0
$ taskloft --help [COMMAND]
USAGE
  $ taskloft COMMAND
...

Commands

taskloft autocomplete [SHELL]

display autocomplete installation instructions

USAGE
  $ taskloft autocomplete [SHELL]

ARGUMENTS
  SHELL  shell type

OPTIONS
  -r, --refresh-cache  Refresh cache (ignores displaying instructions)

EXAMPLES
  $ taskloft autocomplete
  $ taskloft autocomplete bash
  $ taskloft autocomplete zsh
  $ taskloft autocomplete --refresh-cache

See code: @oclif/plugin-autocomplete

taskloft config [ACTION] [ITEM] [VALUE]

āš™ļø setup and configure worklog

USAGE
  $ taskloft config [ACTION] [ITEM] [VALUE]

ARGUMENTS
  ACTION  (set|reset) action to enact for config
  ITEM    config setting to change
  VALUE   value to assign for config setting

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/config.js

taskloft help [COMMAND]

display help for taskloft

USAGE
  $ taskloft help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

taskloft log TASK DURATION

Log a specific task

USAGE
  $ taskloft log TASK DURATION

ARGUMENTS
  TASK      task to log
  DURATION  id for task to apply context switch to

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/log.js

taskloft now

šŸ“Œ Show a list of current tasks

USAGE
  $ taskloft now

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here

ALIASES
  $ taskloft list
  $ taskloft ls

See code: src/commands/now.js

taskloft report

šŸ“Š Show a list of filtered tasks

USAGE
  $ taskloft report

OPTIONS
  -s, --show_id=show_id  show IDs next to task

DESCRIPTION
  ...
  Extra documentation goes here

ALIASES
  $ taskloft search
  $ taskloft r

See code: src/commands/report.js

taskloft start

šŸŸ¢ Begin a task

USAGE
  $ taskloft start

OPTIONS
  --max=max  [default: 360] maximum time allowed to this task in minutes
  --min=min  [default: 5] minium time allowed to this task in minutes

DESCRIPTION
  ...
  Extra documentation goes here

ALIASES
  $ taskloft begin
  $ taskloft b
  $ taskloft +

See code: src/commands/start.js

taskloft stop

šŸ›‘ Stop a task

USAGE
  $ taskloft stop

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here

ALIASES
  $ taskloft end
  $ taskloft e
  $ taskloft -

See code: src/commands/stop.js

taskloft today

šŸ“… Show a list of tasks worked on today

USAGE
  $ taskloft today

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/today.js