Initial commit

This commit is contained in:
2012-04-22 11:28:38 +01:00
commit ed8743facb
14 changed files with 348 additions and 0 deletions

11
libexec/tmuxifier-list Executable file
View 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 ""