clocker
clocker copied to clipboard
Command-line tool to track project hours
Manipulate timestamps on output. Rounding reduces the precision of the output. Suppressing seconds does exactly what it sounds like. These options affect only output, full precision timestamps are always stored....
@BeniRupp [wrote in #39](https://github.com/substack/clocker/issues/39#issuecomment-466446191): > For further report functionallity (weeks, month, ...) we should re-think the data saved in the database. One idea is to split up a worklog when...
https://github.com/substack/clocker/pull/22 added csv output, which is great! additionally we have the `data` option which outputs json, but this is squashed to days to be compatible with invoicer. I'd like to...
clocker's internals could be reworked to write operations into an append-only log with [hyperlog](https://npmjs.com/package/hyperlog) so that the clocker database can easily be replicated among different machines or across teams of...
Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.3 to 10.5.0. Commits 56774ef 10.5.0 1e4e297 bin: Do not expose filenames to shell expansion 1f0c1ca 10.4.5 eaf31dc whatever, just allow any engines 7827516 10.4.4 d06c8f8 restore...
Bumps [glob](https://github.com/isaacs/node-glob) to 11.1.0 and updates ancestor dependency [rimraf](https://github.com/isaacs/rimraf). These dependencies need to be updated together. Updates `glob` from 10.4.3 to 11.1.0 Changelog Sourced from glob's changelog. changeglob 12 Remove...