✨ Lots of new cli apps added
This commit is contained in:
parent
17311b6f23
commit
b950139fde
7 changed files with 146 additions and 32 deletions
20
aliases
20
aliases
|
|
@ -55,7 +55,10 @@ alias iumnt="doas umount /home/brian/iphone"
|
|||
alias kmnt="doas mount /dev/sda /mnt/media/kobo"
|
||||
alias kumnt="doas umount /dev/sda /mnt/media/kobo"
|
||||
alias rm="newrm -vi"
|
||||
alias calendar="calcurse"
|
||||
alias cal="newcal"
|
||||
# simple tool for math, see https://github.com/metadelta/mdlt
|
||||
alias math="mdlt simplify"
|
||||
alias mv="mv -v"
|
||||
alias ln="ln -i"
|
||||
alias xtract-tgz='tar zxvf ${1}'
|
||||
|
|
@ -79,7 +82,9 @@ alias leetcode="/usr/bin/chromium --incognito --disable-search-engine-collection
|
|||
alias gimp="gimp --no-splash"
|
||||
alias krita="krita --nosplash"
|
||||
alias toonz="opentoonz"
|
||||
alias {sq,sql,sqlite}="sqlcipher"
|
||||
alias {sqlite,sql}="sqlite3"
|
||||
alias {sqcipher,sqc}="sqlcipher"
|
||||
alias sq-cli="litecli" # doesn't work with sqlcipher
|
||||
# alias view="kitty +kitten icat"
|
||||
alias view="sxiv"
|
||||
alias viewer="feh -F -Z -x"
|
||||
|
|
@ -108,7 +113,9 @@ alias drafts="cd ~/Documents/Code/leafbytes_drafts && ls"
|
|||
alias mon="nodemon"
|
||||
alias localhost="librewolf localhost:3000 &"
|
||||
alias {mi,mic}="micro"
|
||||
alias {mysql,maria,mdb}="mariadb"
|
||||
alias {maria,mysql,mdb}="mariadb"
|
||||
alias {maria-cli,mariacli}="mycli"
|
||||
alias {psql-cli,psqlcli}="pgcli"
|
||||
alias rsm="doas rsm"
|
||||
alias updatedb="doas updatedb"
|
||||
alias iftop-w="doas iftop -i wlan0 -P"
|
||||
|
|
@ -148,7 +155,7 @@ alias {mop,market,stonks,stocks}="cd ~/aur_packages/mop && go run ./cmd/mop/main
|
|||
alias {reddit,rd}="tuir"
|
||||
alias {sub,subreddit,subrd}="tuir -s"
|
||||
alias qwiki="wik -i"
|
||||
alias tldr="tldr"
|
||||
alias toolongdidntread="tldr"
|
||||
alias cheatsheet="cheat"
|
||||
alias stallman="vrms"
|
||||
alias {trans,translate}="gtktranslate"
|
||||
|
|
@ -177,7 +184,8 @@ alias {cl,cls}="clear"
|
|||
alias shutdown="shutdown.sh"
|
||||
alias reboot="reboot.sh"
|
||||
alias curltime="curl -w \"@$HOME/Documents/notes/curl-format.txt\" -o /dev/null -s"
|
||||
alias inxi-w="inxi --weather-location 90004"
|
||||
source ~/.zip_code
|
||||
alias inxi-w="inxi --weather-location "${ZIPCODE}""
|
||||
alias forecast="curl -s 'http://wttr.in/losangeles'"
|
||||
alias pf="pfetch"
|
||||
alias ipaddr="curl ifconfig.me/all.json | jq"
|
||||
|
|
@ -192,6 +200,7 @@ alias rust_upgrade="rustup update"
|
|||
alias nb="newsboat"
|
||||
alias slink="streamlink"
|
||||
alias scrot="scrot --count --delay"
|
||||
alias grip="grip 6969"
|
||||
alias sudoku="sku"
|
||||
# pip list and pip freeze command list pip packages
|
||||
|
||||
|
|
@ -270,6 +279,7 @@ alias hackernoon="librewolf https://hackernoon.com/ &"
|
|||
alias theregister="librewolf https://www.theregister.com &"
|
||||
alias apnews="links https://apnews.com"
|
||||
alias sheldonbrown="links https://sheldonbrown.com"
|
||||
alias somafm="links https://somafm.com"
|
||||
alias {viruscomix,subnormality}="librewolf https://viruscomix.com/subnormality.html &"
|
||||
alias morningmark="librewolf https://twitter.com/MoringmarkMark &"
|
||||
# sustainable clothing brands (shoes and underwear)
|
||||
|
|
@ -362,6 +372,8 @@ alias opengroup="librewolf https://publications.opengroup.org/ &"
|
|||
alias hugo="librewolf https://gohugo.io/ &"
|
||||
# for downloading web fonts
|
||||
alias gfontshelper="librewolf https://google-webfonts-helper.herokuapp.com/fonts &"
|
||||
#gfi is a utility that downloads google fonts from the cli:
|
||||
alias google-font-installer="gfi"
|
||||
# for icons(use svg codes as they are faster) alias iconify="librewolf https://iconify.design/ &" for domain names
|
||||
alias namecheap="librewolf https://namecheap.com/ &"
|
||||
# a great introduction to tls/ssl practices and rules of thumb:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue