This commit is contained in:
committer
2024-06-10 21:39:54 -05:00
parent 957efe7a13
commit 626e4e44f8

View File

@@ -90,7 +90,7 @@ cmd open ${{
# (also see 'man mv' for backup/overwrite options) # (also see 'man mv' for backup/overwrite options)
#cmd trash %set -f; mv $fx ~/.trash #cmd trash %set -f; mv $fx ~/.trash
# $f: single file, $fx: multiple files # $f: single file, $fx: multiple files
cmd trash %tp.sh $fx cmd trash %tp.sh "$fx"
# extract the current file with the right command (https://xkcd.com/1168/) # extract the current file with the right command (https://xkcd.com/1168/)
cmd extract %extract.sh "$f" cmd extract %extract.sh "$f"