mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Merge ca74851baca5ca5831e885755752669d21e7289e into c38de1d262b091584d88c3346622fa1565ee9b1a
This commit is contained in:
commit
58d651080f
@ -90,6 +90,14 @@ cmd copyto ${{
|
|||||||
notify-send "📋 File(s) copied." "File(s) copies to $dest."
|
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 setbg "$1"
|
||||||
cmd bulkrename $vidir
|
cmd bulkrename $vidir
|
||||||
|
|
||||||
@ -102,6 +110,7 @@ map D delete
|
|||||||
map E extract
|
map E extract
|
||||||
map C copyto
|
map C copyto
|
||||||
map M moveto
|
map M moveto
|
||||||
|
map <c-m> chmod
|
||||||
map <c-n> push :mkdir<space>
|
map <c-n> push :mkdir<space>
|
||||||
map <c-r> reload
|
map <c-r> reload
|
||||||
map <c-s> set hidden!
|
map <c-s> set hidden!
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user