Initial commit
This commit is contained in:
commit
cefd40b6dc
31 changed files with 1028 additions and 0 deletions
5
bin/tmux-url-fuzz
Executable file
5
bin/tmux-url-fuzz
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/zsh
|
||||
target=$(tmux capture-pane -e -p -J -S -20 \
|
||||
| grep -oP "(https?://|www\.)[^\"<>') \e]*" \
|
||||
| ifne fzf-tmux --tac)
|
||||
if [[ -n $target ]]; then xdg-open $target; fi
|
Loading…
Add table
Add a link
Reference in a new issue