name: arbtt version: 0.3.0 license: GPL license-file: LICENSE category: Desktop cabal-version: >= 1.6 build-type: Simple author: Joachim Breitner maintainer: Joachim Breitner copyright: Joachim Breitner 2009 synopsis: Automatic Rule-Based Time Tracker description: arbtt is a background daemon that stores which windows are open, which one has the focus and how long since your last action (and possbly more sources later), and stores this. It is also a program that will, based on expressive rules you specify, derive what you were doing, and what for. . WARNING: The log file might contain very sensitive private data. Make sure you understand the consequences of a full-time logger and be careful with this data. homepage: http://www.joachim-breitner.de/projects#arbtt extra-source-files: categorize.cfg, arbtt-capture.desktop, README executable arbtt-capture main-is: capture-main.hs hs-source-dirs: src build-depends: base == 4.*, filepath, directory, mtl, time, unix, X11 > 1.4.4, bytestring, binary extra-libraries: Xss other-modules: Data Capture TimeLog UpgradeLog1 Graphics.X11.XScreenSaver executable arbtt-stats main-is: stats-main.hs hs-source-dirs: src build-depends: base == 4.*, parsec == 2.*, containers, pcre-light, tabular, setlocale other-modules: Data Categorize TimeLog Stats executable arbtt-dump main-is: dump-main.hs hs-source-dirs: src build-depends: base == 4.*, parsec == 2.*, containers, setlocale other-modules: Data TimeLog source-repository head type: darcs location: http://darcs.nomeata.de/arbtt