Quick Wins
| Favorites/pinning | Pin frequently used hosts to top of list (zzh --pin myserver) |
| Remove from history | Delete old/stale entries (zzh --forget myserver) |
| Connection notes | Add notes to hosts shown in fuzzy search |
| Last connected time | Show "2 days ago" instead of full timestamp |
Power Features
| Port forwarding presets | Save/reuse tunnels: zzh -L db → -L 5432:localhost:5432 |
| Quick commands | Run command without interactive shell: zzh myserver -- df -h |
| Multi-exec | Run command on multiple hosts: zzh --exec "uptime" web1 web2 web3 |
| SOCKS proxy shortcut | zzh --proxy myserver for quick dynamic forwarding |
| Copy mode | zzh --cp myserver:/path/file . (scp wrapper) |
Organization
| Tags/groups | Tag hosts: zzh --tag prod myserver, filter: zzh @prod |
| Profiles | Work vs personal configs: zzh --profile work |
| Host aliases | Short names: zzh --alias db prod-database-server.internal |
Quality of Life
| Connection test | zzh --test myserver - check if host is reachable |
| Auto-tmux | Attach to existing tmux session on connect |
| Host info | Show IP, key used, jump hosts when selected |