zzh 0.1.5

ZZH is a cli tool that wraps SSH. It's not a drop in replacement, just a more enjoyable way of managing connections
Quick Wins

| Feature             | Description                                                   |
|---------------------|---------------------------------------------------------------|
| 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

| Feature                 | Description                                                       |
|-------------------------|-------------------------------------------------------------------|
| 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

| Feature      | Description                                               |
|--------------|-----------------------------------------------------------|
| 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

| Feature         | Description                                      |
|-----------------|--------------------------------------------------|
| 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      |