timetrace
timetrace copied to clipboard
A simple CLI for tracking your working time.
Created 3 workflows to address #196 1. Create and upload release binaries 2. Create and upload Docker images requires DOCKERHUB_USERNAME and DOCKERHUB_TOKEN repository secrets 3. Format and Run Tests 1...
The CI/CD system should be migrated from CircleCI to GitHub Actions.
There should be Table Driven Tests for `core/formatter.go`. They should be structured similar to the tests in `core/timetrace_test.go`.
When running a `delete` command, the user will be asked for confirmation: ``` timetrace delete record 2021-06-08-12-56 +---------+-------+-----------+------------+ | START | END | PROJECT | BILLABLE | +---------+-------+-----------+------------+ | 12:56...
The goal of #84 was to find a way to auto-generate documentation out of the Cobra commands. @obnoxiousnerd found a simple way to do this natively with Cobra. Thanks! As...
Currently, when a user edits a project using `timetrace edit project ` the text editor is opened so the user can change the key. It seems to me that any...
This sets the default date of `timetrace list records` to the current date to make it easy to just get the records from the current day.
for now, I need to input start time and end time,it's somewhat tedious how do you do this ? maybe we could add a flag to enable us adding records...
like: how much time will this project take,what's the deadline so we can know how much time should we continue to put into this project,or how much time should we...
Man Page
Being lazy and don't want to clone the repo, feel free to add it in. Save this excerpt as timetrace.1 gzip timetrace.1 sudo cp timetrace.1.gz /usr/share/man/man1/timetrace.1.gz ``` .\" Manpage for...