Merge ca74851baca5ca5831e885755752669d21e7289e into c38de1d262b091584d88c3346622fa1565ee9b1a

This commit is contained in:
mamizaxyz 2022-04-10 20:58:04 +04:30 committed by GitHub
commit 58d651080f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,6 +90,14 @@ cmd copyto ${{
notify-send "📋 File(s) copied." "File(s) copies to $dest."
}}
cmd chmod ${{
clear; tput cup $(($(tput lines)/3)); tput bold
set -f
printf "Mode: "
read mod
chmod $mod $fx
}}
cmd setbg "$1"
cmd bulkrename $vidir
@ -102,6 +110,7 @@ map D delete
map E extract
map C copyto
map M moveto
map <c-m> chmod
map <c-n> push :mkdir<space>
map <c-r> reload
map <c-s> set hidden!