Log your activity, visualize and analyze it.
Visualizing your performance can help you understand how certain things impact your computer work, properly bill customers for freelance tasks and potentially fight procrastination. Or maybe just get new cool graphs.:)
2018-10-01_14:00 skip 0 Desktop
2018-10-01_15:03 work 9 #rust @ irc.mozilla.org
2018-10-01_19:11 fun 18 The Battle for Wesnoth
2018-10-01_20:38 skip 0 Desktop
2018-10-01_21:31 personal 13 vasya@vn971think:~
sudo apt install gnuplot xprintidle xdotool
pacman -S --needed gnuplot xprintidle xdotool
brew install gnuplot
cargo install timeplot
.chmod +x timeplot
cargo
, build project with cargo build --release
, observe the executable on "target/release/timeplot".timeplot
to autostart, making it run when you log in. If you use macOS or Windows, you must create said autostart hook manually (help on allowing to automate it appreciated). For Linux, there's a configuration setting that, if enabled, will create XDG autostart entry for you.The application only does what it says in this description. It never sends anything anywhere, never logs any kind of data except the one specified above.
The app is shared under GPLv3+. Sources can be found here https://github.com/vn971/timeplot and here https://gitlab.com/vn971/timeplot