Files
cctuip/README.md
T
2026-08-26 22:21:14 +01:00

34 lines
925 B
Markdown

# cctuip
> Co-op Cloud 🎉
This is a prototype to gather some feedback.
## Features
* `abra app ls` compatibility. It does not query `-S` unless you press
`s` (like passing `-S` on the CLI) so that initial loading times are
real fast (because we only query local-first data in `~/.abra`).
* Fuzzy search against domain, server and recipe.
## Controls
* `up/down`: scroll up / down (`jk` vim bindings also work)
* `page up/down`: ;page up down (`ctrl+u/d` vim binding also work)
* `/` or `f`: fuzzy filter against domain, server & recipe
* `enter`: focus on table, select row, confirm
* `esc`: reset filter
* `q`: quit
* `s`: retrieve app deployment status (filter first to reduce scope)
Unreachable servers (e.g. SSH login issues) are skipped and reported in a
banner; statuses for the remaining servers are still shown. Press any key to
dismiss the banner and try again.
## Run
```
go run cctuip.go
```