timetrace
timetrace copied to clipboard
A simple CLI for tracking your working time.
Hey all - thanks for the great time tracking tool. Is this project being actively maintained? New to GO - how would I go about installing the development version from...
I attempted a quick fix as I saw that circleci is complaining on the `go get -u` istruction ad thus failing to do its checks NB: I didn't notice #196,...
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.16.0 to 1.18.2. Release notes Sourced from github.com/spf13/viper's releases. v1.18.2 tl;dr Skip 1.18.0 and 1.18.1 and upgrade to this version instead. This release fixes a regression that...
I wanted to add a few hours that I tracked. Upon using `timetrace create record work yesterday 07:50 16:50` I always ran into the error `error on check if record...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.7.0 to 1.8.0. Release notes Sourced from github.com/spf13/cobra's releases. v1.8.0 ✨ Features Support usage as plugin for tools like kubectl by @nirs in spf13/cobra#2018 - this means...
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.15.0 to 1.16.0. Release notes Sourced from github.com/fatih/color's releases. v1.16.0 What's Changed Update dependabot.yml by @ilyabrin in fatih/color#200 color: add newline after wrapping text by @fatih in...
After creating a project, my goal is to edit the project to make it billable by default. To achieve this, I execute the command: ```bash timetrace edit project test ```...
Having the ability to designate records as "billed" would be highly beneficial. This functionality would ideally be linked to the set of records that have been "exported."
Macs use `.DS_Store` files to store information about icons and file sorting and these files get created any time a folder is accessed through the Finder. However, `timetrace` attempts to...
Should close #230