Releases: beatbrot/trackie
Releases · beatbrot/trackie
Release list
v1.0.0
⚡ Added
- New
statuscommand that shows which project is currently tracked and for how long (thanks /u/radarevada)- This enables various shell integrations e.g. for starship or Oh My Posh.
- New
resumecommand starts tracking the last tracked project - A custom path for the
trackie.jsonfile can be specified via theTRACKIE_CONFIGenvironment variable. - Add possibility to dump the report as JSON via the
--jsonflag
🔧 Changed
- The
trackie.jsonis now saved in%APPDATA%/trackie/trackie.jsonin Windows and$XDG_DATA_HOME/trackie/trackie.jsonon Unix.- Automatic migration code was added.