No description
Find a file
Andreas Kohlbecker e84b08142c better phrasing
2021-05-22 23:47:01 +02:00
scripts working monitor-session-activity.sh, tmux plugin script untested 2021-05-20 09:12:39 +02:00
.gitignore working monitor-session-activity.sh, tmux plugin script untested 2021-05-20 09:12:39 +02:00
aw-watcher-tmux.tmux tmux plugin file executable 2021-05-21 13:37:04 +02:00
README.md better phrasing 2021-05-22 23:47:01 +02:00

aw-watcher-tmux - An activity watcher for tmux

A tmux plugin that allows monitoring activity in sessions and panes with ActivityWatch.

Watches for activity in multiple tmux sessions and reports session_name, window_name, pane_title, pane_current_command, and pane_current_path.

The plugin has been tested on Linux and is expected to work also on macOS and on Windows in Cygwin.

How to install

Requirements

  • curl

Preparation

Install the Tmux Plugin Manager (tpm) and install akohlbecker/aw-watcher-tmux as tmux plugin.

Install the aw-watcher-tmux plugin

  1. Add below line to your ~/.tmux.conf
set -g @plugin 'akohlbecker/aw-watcher-tmux'
  1. Press prefix + I (capital i, as in Install) to fetch the plugin and reload the tmux environment. More detailed instructions are found in the tpm README.