Quick Actions
Quick Actions let you run a saved command with a single tap instead of typing on the watch keyboard.
Built-in actions
Section titled “Built-in actions”WearSSH ships with 30+ built-in actions covering the commands you reach for most, including:
- Navigation —
pwd,cd ~,cd ..,ls -la,ls -lah - System info —
whoami,uname -a,uptime,free -m,df -h,du -sh . - Process/monitoring —
ps aux,top,htop - Networking —
ip a,netstat -tulnp,ping -c 4 8.8.8.8 - Docker —
docker ps - Power —
sudo reboot,sudo shutdown -h now - Terminal control — Ctrl+C, Ctrl+D, Ctrl+Z, Ctrl+L, Tab completion, clear screen
- Logs/history —
journalctl -n 50,history | tail -20,last | head -10
Custom actions
Section titled “Custom actions”Add your own from Quick Actions → Add:
- Name — shown on the button
- Command — the literal string sent to the shell
- Description — optional helper text
- Icon — pick from the built-in icon set for icon-only shortcuts
Shortcuts
Section titled “Shortcuts”Mark any action (built-in or custom) as a shortcut to pin it to a compact shortcut bar for the fastest possible access during a session, with its own sort order independent of the full action list.
Reordering & hiding
Section titled “Reordering & hiding”Actions can be reordered, hidden from the main list without deleting them, or restored later — useful for trimming the list to only what you use for a given server.