/ trash-put ➔ tp

This commit is contained in:
committer
2024-06-10 12:58:59 -05:00
parent 640c972e76
commit 667cb71c6c

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 %trash-put $fx cmd trash %tp $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"