mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 09:56:39 +00:00
Initial commit
This commit is contained in:
9
libexec/tmuxifier-list-windows
Executable file
9
libexec/tmuxifier-list-windows
Executable file
@@ -0,0 +1,9 @@
|
||||
#! /usr/bin/env bash
|
||||
set -e
|
||||
[ -n "$TMUXIFIER_DEBUG" ] && set -x
|
||||
|
||||
list=$(find "$TMUXIFIER_LAYOUT_PATH" -name "*.window.sh")
|
||||
for file in $list; do
|
||||
file=${file/$TMUXIFIER_LAYOUT_PATH\//}
|
||||
echo " ${file/.window.sh/}"
|
||||
done
|
||||
Reference in New Issue
Block a user