dotfiles/dot_tmux/plugins/tmux-copycat/scripts/executable_copycat_search.sh
2023-11-13 13:48:17 +01:00

8 lines
200 B
Bash

#!/usr/bin/env bash
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
main() {
tmux command-prompt -p "copycat search:" "run-shell \"$CURRENT_DIR/copycat_mode_start.sh '%1'\""
}
main