timetrace
timetrace copied to clipboard
A simple CLI for tracking your working time.
This is a first try at adding an additional description field for the records Please suggest anything I may have missed, my manual test were succesful. Fixes #209
Hi I want to submit a fetaure request. I know it has already been touched in #115 but at the end only tags were implemented. I would love to have...
At the moment, record collision checks are only performed when creating a belated record using `timetrace create record` but not when editing an existing record. This needs to be changed...
Status provides incorrect information if project tracking was started the previous day but not yet stopped. ``` mkasun@winterfell~> timetrace start project1 ❗ Failed to start tracking: no end time for...
It would be awesome to get a breakdown of the project by tag
Draft for #42 Adds commands to handle config settings. First time writing go so feedback is appreciated
Adds a "push" command that will push your timetrace records for that day to a remote system (JIRA in this PR). *This PR is still a draft*. I've thrown caution...
This PR resolves #89 . Similar to #133 I had to rename the backup files to not have the `revert` functionality fail. Due to the change with the `BackupRecord` function,...
This PR resolves #81 . Since the `revert` command relied on the key to get the right backup, I had to make some changes to that logic as well. I...
I'm planning for a `timetrace report` command which should generate a report of the tracked time. This issue is a small idea collection for the new command. @FelixTheodor, @rocar, @rknizzle,...