A time tracking command-line utility
To have a time tracker that's not inhibited by slow language startup times.
brew install getdoug/doug/doug
cargo install doug
doug generate-completions --shell bash > $(brew --prefix)/etc/bash_completion.d/doug.bash
```
USAGE:
doug [FLAGS]
FLAGS: -p, --path Path to load settings file from. (default: ~/.doug/settings.json) -h, --help Prints help information -V, --version Prints version information
SUBCOMMANDS: start Track new or existing project status Display elapsed time, start time, and running project name stop Stop any running projects cancel Stop running project and remove most recent time interval restart Track last running project log Display time intervals across all projects report Display aggregate time from projects amend Change name of currently running project edit Edit last frame or currently running frame settings configure doug settings generate-completions Generate completions delete Delete all intervals for project ```
``` Track new or existing project
USAGE:
doug start
FLAGS: -h, --help Prints help information
ARGS:
``` Display elapsed time, start time, and running project name
USAGE: doug status [FLAGS]
FLAGS: -h, --help Prints help information -s, --simple Print running project name or nothing if there isn't a running project. ```
``` Stop any running projects
USAGE: doug stop
FLAGS: -h, --help Prints help information ```
``` Stop running project and remove most recent time interval
USAGE: doug cancel
FLAGS: -h, --help Prints help information ```
``` Track last running project
USAGE: doug restart
FLAGS: -h, --help Prints help information ```
``` Display time intervals across all projects
USAGE: doug log
FLAGS: -h, --help Prints help information ```
``` Display aggregate time from projects
USAGE: doug report [FLAGS] [OPTIONS]
FLAGS: -d, --day Limit report to past day. Use multiple to increase interval. -h, --help Prints help information -m, --month Limit report to past month. Use multiple to increase interval. -w, --week Limit report to past week. Use multiple to increase interval. -y, --year Limit report to past year. Use multiple to increase interval.
OPTIONS:
-f, --from
``` Change name of currently running project
USAGE:
doug amend
FLAGS: -h, --help Prints help information
ARGS:
``` Edit last frame or currently running frame
USAGE: doug edit [OPTIONS]
FLAGS: -h, --help Prints help information
OPTIONS:
-e, --end
``` configure doug settings
USAGE: doug settings [FLAGS] [OPTIONS]
FLAGS:
-c, --clear
clear settings file
-h, --help
Prints help information
OPTIONS:
-p, --path
path to store data file. this only affects the data file location. settings are stored in $HOME.
```
``` Delete all intervals for project
USAGE:
doug delete
FLAGS: -h, --help Prints help information
ARGS:
``` Merge period files
USAGE:
doug merge [FLAGS]
FLAGS: --dry-run don't modify period file -h, --help Prints help information
ARGS: