diff options
author | Yigit Sever | 2022-04-13 17:42:47 +0300 |
---|---|---|
committer | Yigit Sever | 2022-04-13 17:42:47 +0300 |
commit | 0758709b29bc5259b70980a10ec14a6542dcb465 (patch) | |
tree | 1e65349790dd7cd698a1020df81cfc8941552226 /.local/bin | |
parent | c34799d7a1d7370bae311d09e0df46ccc8c543d0 (diff) | |
download | dotfiles-0758709b29bc5259b70980a10ec14a6542dcb465.tar.gz dotfiles-0758709b29bc5259b70980a10ec14a6542dcb465.tar.bz2 dotfiles-0758709b29bc5259b70980a10ec14a6542dcb465.zip |
bin: fix bukutagexplorer bug
Diffstat (limited to '.local/bin')
-rwxr-xr-x | .local/bin/bukutagexplorer | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.local/bin/bukutagexplorer b/.local/bin/bukutagexplorer index 8cfaba2..afa2cf3 100755 --- a/.local/bin/bukutagexplorer +++ b/.local/bin/bukutagexplorer | |||
@@ -1,4 +1,3 @@ | |||
1 | #!/usr/bin/env bash | 1 | #!/usr/bin/env bash |
2 | 2 | ||
3 | # TODO cannot handle tags with multiple tokens | 3 | buku -t "$(buku --np -t | fzf --reverse --preview "buku --nostdin --np -t {2}" --preview-window=wrap | awk 'match($0, /\.(.*)\(/) { print substr($0, RSTART+2, RLENGTH-4) }')" |
4 | buku -t "$(buku --np -t | fzf --reverse --preview "buku --nostdin --np -t {2}" --preview-window=wrap | awk {'print $2'})" | ||