1
0
Fork 0

change trash-util binary name

This commit is contained in:
Luca Bilke 2024-06-05 13:02:05 +02:00
parent e2a29fac4f
commit e22188d0f5

View file

@ -27,13 +27,13 @@ cmd open-with ${{
}}
cmd trash &{{
trash-cli put $fx
trash-util put $fx
lf -remote "send load"
}}
cmd trash-restore ${{
fileid=$(
trash-cli list "$PWD" |
trash-util list "$PWD" |
fzf -d '\0' \
--with-nth=1 \
--nth=1 \
@ -41,7 +41,7 @@ cmd trash-restore ${{
cut -d '' -f 2
)
[ -z "$fileid" ] && exit
trash-cli restore $fileid
trash-util restore $fileid
}}
cmd lazygit ${{