chrono
chrono copied to clipboard
A fast time tracking tool made with love
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 4.2b4 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...
I think this is a feature request since I couldn't find any information about it in the help text. One way to accomplish adding notes to previous frames would be...
The `-m`, `-w`, `-d` in the `report` command has a `NoOptDefaultVal` value (provided by the Cobra & the pflags library). Because of an issue within pflags itself, the following works...
I've noticed that I tend to use Chrono with some specific defaults that I keep repeating. Rather than using shell aliases, it would be good to centralise defaults in a...
For weekly reports, it would be great to have an option to start the week on a Monday instead of on a Sunday. For example: ``` chrono report -w Mon...
It would be a 'nice to have' feature where a timestamp will be prefixed to your note when you add a flag ( -t or -s for example) It would...
Currently Chrono expects date and time to be a very specific format "mm/dd/yyyy HH:MM" It would be nice to allow for different formats
Currently Chrono shows dates in the form of "mm/dd/yyyy" Allow users to specify the form (for example "dd/mm/yyyy").
For example, reasons why the force flag works in the command below ``` bash chrono delete -f -- -1 ``` But doesn't in this one ``` bash chrono delete --...