mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 01:46:40 +00:00
Initial commit
This commit is contained in:
11
libexec/tmuxifier-list
Executable file
11
libexec/tmuxifier-list
Executable file
@@ -0,0 +1,11 @@
|
||||
#! /usr/bin/env bash
|
||||
set -e
|
||||
[ -n "$TMUXIFIER_DEBUG" ] && set -x
|
||||
|
||||
echo ""
|
||||
echo "Sessions:"
|
||||
tmuxifier-list-sessions
|
||||
echo ""
|
||||
echo "Windows:"
|
||||
tmuxifier-list-windows
|
||||
echo ""
|
||||
Reference in New Issue
Block a user