Move omarchy-cmd-screen* to omarchy-capture-screen*

Will match upcoming cli grouping too
This commit is contained in:
David Heinemeier Hansson
2026-04-29 14:50:15 +02:00
parent 858916783f
commit e76d7544d3
10 changed files with 20 additions and 11 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ cat $(which omarchy-theme-set)
| `omarchy-theme-*` | Theme management | `omarchy-theme-set <name>` |
| `omarchy-install-*` | Install optional software | `omarchy-install-docker-dbs` |
| `omarchy-launch-*` | Launch apps | `omarchy-launch-browser` |
| `omarchy-cmd-*` | System commands | `omarchy-cmd-screenshot` |
| `omarchy-capture-*` | Screenshots and recordings | `omarchy-capture-screenshot` |
| `omarchy-pkg-*` | Package management | `omarchy-pkg-install <pkg>` |
| `omarchy-setup-*` | Initial setup tasks | `omarchy-setup-fingerprint` |
| `omarchy-update-*` | System updates | `omarchy-update` |