1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/deskutils/hs-arbtt/files/pkg-message.in
Santhosh Raju 4a009696bf deskutils/hs-arbtt: Creates new port.
The Automatic Rule-Based Time Tracker is a desktop daemon that runs in
the background and, every minute, records what windows are open on
your desktop, what their titles are, which one is active. The
accompanied statistics program lets you derive information from this
log file, i.e. what how much of your time have you been spending with
e-mail, or what projects are your largest time wasters. The mapping
from the raw window titles to sensible "tags" is done by a
configuration file with an powerful syntax.

WWW: https://arbtt.nomeata.de/

PR:		246068
Submitted by:	Dhananjay Balan <mail@dbalan.in>
Reviewed by:	philip
2020-05-17 05:29:22 +00:00

18 lines
447 B
Plaintext

[
{ type: install
message: <<EOM
This port does not start artbtt-capture automatically, you need to
setup your desktop enviroment to run arbtt-capture on start.
On supported WMs such as GNOME, KDE you can do that by
cp %%EXAMPLESDIR%%/arbtt-capture.desktop ~/.config/autostart/
Also, you would need to have a categorize file at
~/.arbtt/categorize.cfg to run arbtt-stats. A sample file is installed
at %%EXAMPLESDIR%%/categorize.cfg
EOM
}
]