change trash-util binary name
This commit is contained in:
parent
e2a29fac4f
commit
e22188d0f5
1 changed files with 3 additions and 3 deletions
|
@ -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 ${{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue