Files
dotfiles/aliases
2020-11-27 10:53:46 -08:00

50 lines
2.2 KiB
Plaintext

# Git
alias ga='git add *'
alias gc='git commit -m'
alias gcl='git clone'
alias gp='git push'
alias gs='git status'
# Spotify
alias snp='python3 ~/Development/SSiTerm/spot.py status'
alias sap='python3 ~/Development/SSiTerm/spot.py playlist --add'
alias sls='python3 ~/Development/SSiTerm/spot.py playback --like'
alias spp='python3 ~/Development/SSiTerm/spot.py playback --play'
alias sne='python3 ~/Development/SSiTerm/spot.py playback --next'
alias spr='python3 ~/Development/SSiTerm/spot.py playback --previous'
alias ssf='python3 ~/Development/SSiTerm/spot.py playback --shuffle'
alias spd='python3 ~/Development/SSiTerm/spot.py device'
alias sse='python3 ~/Development/SSiTerm/spot.py search --track'
alias ssa='python3 ~/Development/SSiTerm/spot.py search --album'
alias spl='python3 ~/Development/SSiTerm/spot.py playlist --play'
alias srp='python3 ~/Development/SSiTerm/spot.py playlist --remove'
alias svl='python3 ~/Development/SSiTerm/spot.py playback --volume'
alias srl='python3 ~/Development/SSiTerm/spot.py playback --unlike'
alias ssk='python3 ~/Development/SSiTerm/spot.py playback --seek'
alias sre='python3 ~/Development/SSiTerm/spot.py playback --repeat'
alias squ='python3 ~/Development/SSiTerm/spot.py queue'
# ls
alias lsd="ls -d"
alias ll='ls -alh'
# System Utils
alias brewup='cl; brew update; brew upgrade; brew upgrade --cask; brew cleanup -s; brew doctor --verbose | grep -A 1 --color=never "Homebrew Version"'
alias cl='clear'
alias sleep="open /System/Library/CoreServices/ScreenSaverEngine.app"
alias ta="tmux a -t"
alias tn="tmux new-session -s"
alias git="hub"
alias gcc="gcc -g"
alias hora='date "+%H:%M:%S"'
alias ap="open /Applications/AirPods.app"
alias wthr='curl wttr.in/san_luis_obispo'
alias nf='cl; neofetch; neofetch | grep OS | cut -d " " -f2 -f3 -f4 -f5 -f6 | figlet -w 100; shownetinfo && lab && batt'
# School
alias glp='~/Development/gp.sh'
alias os="ssh unix3 -t '//home/smparkin/centos/usr/bin/tmux a -t os'"
alias se="ssh marsonia -t 'tmux a -t se'"
alias 429='cd "/Users/smparkin/Library/Mobile Documents/com~apple~CloudDocs/CalPoly/2020-21/Fall20/CSC 429"'
alias 321='cd "/Users/smparkin/Library/Mobile Documents/com~apple~CloudDocs/CalPoly/2020-21/Fall20/CPE 321"'