timetrace icon indicating copy to clipboard operation
timetrace copied to clipboard

A simple CLI for tracking your working time.

Results 58 timetrace issues
Sort by recently updated
recently updated
newest added

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.

enhancement
help wanted

There should be Table Driven Tests for `core/formatter.go`. They should be structured similar to the tests in `core/timetrace_test.go`.

good first issue
topic/tests
hacktoberfest

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...

enhancement
good first issue
hacktoberfest

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...

documentation
help wanted
good first issue
hacktoberfest

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...

bug
good first issue
hacktoberfest

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...

enhancement
question

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...

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...

enhancement
help wanted