Co-op Cloud TUI prototype
Go to file
decentral1se a132d71ff9
docs: how to install
2023-05-29 18:43:57 +02:00
LICENSE init: cctuip is a go 2023-04-17 10:37:25 +02:00
README.md docs: how to install 2023-05-29 18:43:57 +02:00
cctuip chore: add bin 2023-05-29 18:43:10 +02:00
cctuip.go init: cctuip is a go 2023-04-17 10:37:25 +02:00
go.mod init: cctuip is a go 2023-04-17 10:37:25 +02:00
go.sum init: cctuip is a go 2023-04-17 10:37:25 +02:00

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 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)
  • /: fuzzy filter against domain, server & recipe
  • enter: focus on table, select row, confirm
  • esc: reset filter
  • s: retrieve app deployment status (filter first to reduce scope)

Hack

go run cctuip.go