Questions tagged [arbtt]

Arbtt, the Automatic Rule-based Time Tracker.

The program arbtt, the automatic rule-based time tracker, allows you to investigate how you spend your time, without having to manually specify what you are doing. arbtt records which windows are open and active, and provides you with a powerful rule-based language to afterwards categorize your work.

4 questions
5
votes
1 answer

Ubuntu 14.04 arbtt-stats index to large error

I've recently installed arbtt which seems to be an intersting, rule based, automatic time tracker. http://arbtt.nomeata.de/#what I've got it working for the most part, but after 30 minutes or so of gathering stats, I end up with the following…
MMMTroy
  • 1,256
  • 1
  • 11
  • 20
3
votes
1 answer

More meaningfull window title for Rstudio

I'm using R studio (Version 1.0.143) under Ubuntu (16.04) and the window title displays only a very uninformative "RStudio". I would like to have at least the name of the current tab or ideally the full path to the file corresponding to this tab. It…
Gilles San Martin
  • 4,224
  • 1
  • 18
  • 31
2
votes
1 answer

arbtt nested if then else in categorize.cfg

I'm new to this so bear with me but I'm trying to do a rule that splits out my time on Firefox tabs using arbtt v0.7 in categorize.cfg: -- Firefox current window ($program == "Navigator") ==> if $title =~ /^(.*) - (.*@.*) - .* Mail - Mozilla…
racitup
  • 416
  • 4
  • 11
1
vote
1 answer

Time tracking app arbtt case insensitive match in rules

is it possible to use modifiers on regex? Like: m/some.*title/i ==> tag...
Ilya Novojilov
  • 871
  • 8
  • 12