arbtt icon indicating copy to clipboard operation
arbtt copied to clipboard

arbtt, the automatic rule-based time-tracker

Results 59 arbtt issues
Sort by recently updated
recently updated
newest added

The current `arbtt.cabal` doesn't specify an Arbtt library. An importable library would help to write external analysis tools for Arbtt data. The original Arbtt log parsing functions could be reused,...

I run arbtt-stats on my laptop, which has been sitting idle for weeks, and get this: ``` arbtt-stats: Data.Binary.Get.runGetState at position 4321: Not a valid Unicode code point! CallStack (from...

**[Original report](https://bitbucket.org/nomeata/arbtt/issue/73) by [email protected] (Bitbucket: [asbreckenridge](https://bitbucket.org/asbreckenridge), ).** ---------------------------------------- hey! i’ve just installed this on an Intel macOS 11.2.2 machine, arbtt-dump reads ``` 2021-03-01 16:45:52 (295ms inactive): 2021-03-01 16:46:52 (18580ms inactive):...

**[Original report](https://bitbucket.org/nomeata/arbtt/issue/54) by Anonymous.** ---------------------------------------- I've been using arbtt on Mac OS for the better part of a week. A lot of my workday is spent in Chrome because I...

My journal gets spammed with that entry every 30 secondes (time I set the sample rate). Kinda drive me crazy.

I've pulled latest master (66efc4410fab1f) and used `cabal install --installdir=bin --install-method=copy --overwrite-policy=always` to install the arbtt binaries. Running `arbtt-capture` in the background and `arbtt-stats --each-category` works as expected. However: ```...

this is not great and may need more cleanup, but it fixes #151 for now

took me 10 minutes to figure out why `cabal configure` wasn't putting the binary into `~/.cabal/bin`. putting these instructions here to make it clear to people who haven't used cabal...