activitywatch-old
activitywatch-old copied to clipboard
Terminal logging
How can we do this effectively? Should we care at all?
- zsh/bash-plugins?
- zsh/bash history?
- tmux activity monitoring?
Zsh history is a good data source to import/sync, since it tells a lot about terminal activity.
Regarding tmux it would also be interesting to log: tmux sessions, active window & pane, running command (terminal title) and which are active/selected.
asciinema offers a decent way to do recordings of terminal sessions, but has limitations.
vim-wakatime may be modified to connect to custom server, which logs "heartbeats" and then the analysis can be done on that.