activitywatch-old icon indicating copy to clipboard operation
activitywatch-old copied to clipboard

Terminal logging

Open ErikBjare opened this issue 10 years ago • 1 comments

How can we do this effectively? Should we care at all?

  • zsh/bash-plugins?
  • zsh/bash history?
  • tmux activity monitoring?

ErikBjare avatar Jul 15 '15 08:07 ErikBjare

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.

ErikBjare avatar Jan 13 '16 00:01 ErikBjare