1.0.0 ā¢ Published 4 years ago
taskloft v1.0.0
taskloft
A tool that logs what your work
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]
taskloft config [ACTION] [ITEM] [VALUE]
taskloft help [COMMAND]
taskloft log TASK DURATION
taskloft now
taskloft report
taskloft start
taskloft stop
taskloft today
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
1.0.0
4 years ago