├── .gitignore ├── LICENSE.md ├── README.md ├── aw-watcher-tmux.tmux └── scripts └── monitor-session-activity.sh /.gitignore: -------------------------------------------------------------------------------- 1 | *.log 2 | -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akohlbecker/aw-watcher-tmux/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akohlbecker/aw-watcher-tmux/HEAD/README.md -------------------------------------------------------------------------------- /aw-watcher-tmux.tmux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akohlbecker/aw-watcher-tmux/HEAD/aw-watcher-tmux.tmux -------------------------------------------------------------------------------- /scripts/monitor-session-activity.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akohlbecker/aw-watcher-tmux/HEAD/scripts/monitor-session-activity.sh --------------------------------------------------------------------------------