watson log
Display each recorded session during the given timespan
Options
Name | Description |
---|---|
--current, -c | Include currently running frame in report |
--no-current, -C | Don't include currently running frame in report |
--reverse, -r | Reverse the order of the days in output |
--no-reverse, -R | Don't Reverse the order of the days in output |
--from, -f <DATETIME> | The date from when the log should start. Defaults to seven days ago |
--to, -t <DATETIME> | The date at which the log should stop (inclusive). Defaults to tomorrow |
--year, -y | Reports activity for the current year |
--month, -m | Reports activity for the current month |
--luna, -l | Reports activity for the current moon cycle |
--week, -w | Reports activity for the current week |
--day, -d | Reports activity for the current day |
--all, -a | Reports all activities |
--project, -p <PROJECT...> | Logs activity only for the given project. You can add other projects by using this option several times |
--tag, -T <TAG...> | Logs activity only for frames containing the given tag. You can add several tags by using this option multiple times |
--ignore-project <PROJECT...> | Logs activity for all projects but the given ones. You can ignore several projects by using the option multiple times. Any given project will be ignored |
--ignore-tag <TAG...> | Logs activity for all tags but the given ones. You can ignore several tags by using the option multiple times. Any given tag will be ignored |
--json, -j | Format output in JSON instead of plain text |
--csv, -s | Format output in CSV instead of plain text |
--pager, -g | View output through a pager |
--no-pager, -G | Don't view output through a pager |