-
At the moment, to get and set configuration values, users have to create a `config.yaml` file inside their `.timetrace` directory and set the values manually.
It would be nice to have a `timetrace …
-
Hi, I am having trouble using the timetrace function on data I am generating with the HydraHarp GUI.
As a test, I am using the timetrace.py from the Examples in this repository. The timetrace is ca…
-
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, @aaron…
-
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 f…
-
## Story
As a normal user,
I want to sync over a private/public repo my time tracking data
for security reason and for share with the team.
## Possible approach
You store the data under `~/.ti…
-
Installed via homebrew
```sh
andrewgreene in ~ λ timetrace
zsh: bad CPU type in executable: timetrace
```
OS: macOS Ventura 13.2
Chip: Apple M2 Max (arm64)
-
The number for the filename does not increase over time, resulting in overwritten files. Is that a bug?
-
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 by calling…
-
the plugin can only support android applications, not android libraries.
```java
// It's hard coded here
if (project.plugins.hasPlugin(AppPlugin)) {
//build time trace
…
-
## Desired Behavior
`timetrace completion [bash|zsh|fish]` should be able to generate a completion file for me in that respective shell.
## Current Behavior
This is not an existing feature that I…