60+ carefully crafted shortcuts organized into intuitive categories:
crypto # Cryptocurrency prices
arz # Foreign exchange rates
gold # Gold and precious metals
coin # Coin prices
cars # Car prices
phones # Phone prices
financial crypto # Advanced crypto data with formats
prices # Show all available price typespmv # python -m venv venv (create virtual env)
pfr # pip freeze > requirements.txt
cls # clear screen
activate # source venv/bin/activatesetpanel # Install milibots panel
setssl # Setup SSL certificatesscs nginx # systemctl status nginx
scr nginx # systemctl restart nginx
ll # ls -alF
.. # cd ..
df # df -hdps # docker ps
dcu # docker-compose up
dcd # docker-compose downgs # git status
gcm "message" # git commit -m "message"
gl # git log --oneline --graphaptup # sudo apt update && sudo apt upgrade
dnfin nginx # sudo dnf install nginxmyip # curl ifconfig.me
weather # curl wttr.in
cheat tmux # curl cheat.sh/tmux- Tmux sessions:
tns dev,ta,tl - Python development:
py,pip,venv - File operations:
extract file.tar.gz - Process management:
psg nginx - Search tools:
search "text"
One command to rule them all:
sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/milibots/install-shortcuts/main/install.sh)"That's it! The script will:
- โ Auto-detect your shell (Bash/Zsh)
- ๐ Create backups before any changes
- ๐จ Add all shortcuts with beautiful organization
- โก Skip existing aliases (no duplicates)
- ๐ฏ Show usage examples
| Category | Before | After |
|---|---|---|
| Financial | curl -s "https://api.coingecko.com/api/v3/..." |
crypto |
| Python | python3 -m venv venv |
pmv |
| Python | pip freeze > requirements.txt |
pfr |
| System | systemctl status nginx |
scs nginx |
| Docker | docker-compose up |
dcu |
| Git | git log --oneline --graph |
gl |
| Files | ls -alF |
ll |
| Network | curl ifconfig.me |
myip |
crypto- Cryptocurrency pricesarz- Foreign exchange ratescoin- Coin pricesgold- Gold and precious metalscars- Car pricesphones- Phone pricesallprices- All price data in lynx browsercryptodata()- Advanced crypto data with format parameterfinancial()- Universal financial data functionprices()- Show all available price types
python- python3pip- pip3py- python3venv- python3 -m venvpmv- python3 -m venv venv (quick virtual env)pfr- pip freeze > requirements.txtactivate- source venv/bin/activate
setpanel- Install milibots panelsetssl- Setup SSL certificates
sc,ssc,scr,scs,sce,scd,scstart,scstop,scl,sclf,scu,jc,jcf..,...,....,~,c,cls,h,ls,ll,la,l,ltrrm,cp,mv(safe versions)
d,di,dps,dpsa,dk,drm,drmi,dcu,dcd
g,gs,ga,gc,gcm,gp,gpl,gco,gb,gl
aptup,aptin,aptrm,dnfup,dnfin,dnfrm,pacup,pacin,pacrm
ip,ips,myip,ping,ports,wget
t,ta,tn,tns,tl,tk,tks,td
grep,egrep,fgrep,search,ff,psg,killp,pstop
df,du,free,meminfo,ports,size
vim,editbash,editvim,rsync,scp
weather,cheat,now,today
mkdir,diff,size
extract()- Extract any archive format automaticallydsize()- Quick directory size with sortingfindlarge()- Find and display large filessysinfo()- Comprehensive system information
crypto # Get cryptocurrency prices
arz # Check foreign exchange rates
gold # Gold and precious metals prices
financial crypto text # Crypto prices in console format
financial gold json # Gold prices in JSON format
prices # Show all available price types# Multiple output formats
financial crypto text # Human-readable text
financial crypto json # JSON format for scripting
# All available data types
financial crypto
financial arz
financial coin
financial gold
financial cars
financial phonespmv # Create virtual environment
activate # Activate virtual environment
pip install requests pandas numpy # Install packages
pfr # Generate requirements.txtpy script.py # Run Python script
pip list # Show installed packages
pfr # Export dependencies
cls # Clear screensetpanel # Install milibots control panel
setssl # Setup SSL certificates automaticallyPrefer to check the script first?
# Download and inspect
curl -fsSL https://raw.githubusercontent.com/milibots/install-shortcuts/main/install.sh -o install-shortcuts.sh
# Review the script
cat install-shortcuts.sh
# Run locally
chmod +x install-shortcuts.sh
./install-shortcuts.sh# Simply remove the shortcut section from your ~/.bashrc or ~/.zshrc
# Look for the section between:
# "# ============================================================================"
# "# ๐ CUSTOM SHORTCUTS"
# and the end of the shortcuts section