This commit is contained in:
committer
2024-06-10 13:00:16 -05:00
parent 667cb71c6c
commit 9e8e8bed22

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 $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"