Co-op Cloud TUI prototype
cctuip | ||
cctuip.go | ||
go.mod | ||
go.sum | ||
LICENSE | ||
README.md |
cctuip
Co-op Cloud TUI prototype 🎉
This is a prototype to gather some feedback.
Install
curl https://git.coopcloud.tech/decentral1se/cctuip/raw/branch/main/cctuip -o cctuip
chmod +x cctuip
Features
-
abra app ls
compatibility. It does not query-S
unless you presss
(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)/
: fuzzy filter against domain, server & recipeenter
: focus on table, select row, confirmesc
: reset filters
: retrieve app deployment status (filter first to reduce scope)
Hack
go run cctuip.go