1
0
Fork 0

change trash-util binary name

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

View file

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