mirror of
https://github.com/FliegendeWurst/tmux-thumbs.git
synced 2024-11-09 16:00:35 +00:00
Use crate binary
This commit is contained in:
parent
cd348adc18
commit
656c2255ac
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
CURRENT_PANE_ID=$(tmux list-panes -F "#{pane_id}:#{?pane_active,active,nope}" | grep active | cut -d: -f1)
|
||||
COMMAND="/home/ubuntu/dev/tmux-thumbs/target/debug/tmux-thumbs -a qwerty -r -u --tmux-pane ${CURRENT_PANE_ID}"
|
||||
COMMAND="tmux-thumbs -a qwerty -r -u --tmux-pane ${CURRENT_PANE_ID}"
|
||||
|
||||
tmux new-window -d -n "[thumbs]" ${COMMAND}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user