diff options
| author | LM-LCL <hello@exaltedelite.club> | 2023-04-19 21:23:42 +0200 |
|---|---|---|
| committer | LM-LCL <hello@exaltedelite.club> | 2023-04-19 21:23:42 +0200 |
| commit | b98f0f496b6739749257804297468fb71845a776 (patch) | |
| tree | 44096c59211f1d877515914273cde862fbf47c1f /lib/search/PeerTube | |
EZown
Diffstat (limited to 'lib/search/PeerTube')
| -rwxr-xr-x | lib/search/PeerTube | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/search/PeerTube b/lib/search/PeerTube new file mode 100755 index 0000000..ce083f2 --- /dev/null +++ b/lib/search/PeerTube @@ -0,0 +1,10 @@ +#! /bin/bash + +source ./util/menu/deasy + +query="$(deasy "$1" 'Search PeerTube')" +selected="$(./ext/ytfzf -D -L -cP "$query")" +[ -z "$selected" ] && exit 0 + +./rmt-action "$2" "$selected" + |
