@@ -4,23 +4,18 @@ A [k9s](https://k9scli.io/)-inspired terminal UI for the [Linode API](https://ww
44
55Built on Bubble Tea + linodego + urfave/cli/v3.
66
7- ## Screenshots
8-
9- > Recording-friendly: ` vhs demo.tape ` (after writing a tape file) or ` asciinema rec demo.cast ` .
10- > Drop renderings under ` docs/img/ ` and reference them here. Until then, the layout is:
11- >
12- > ```
13- > linode-tui · Linodes
14- > ┌────────┬────────────────┬─────────┬──────────────────┬──────────┬──────────────┐
15- > │ ID │ LABEL │ REGION │ TYPE │ STATUS │ IPv4 │
16- > ├────────┼────────────────┼─────────┼──────────────────┼──────────┼──────────────┤
17- > │ 12345 │ prod-web-1 │ us-east │ g6-standard-2 │ running │ 198.51.100.1 │
18- > │ 12346 │ prod-web-2 │ us-east │ g6-standard-2 │ running │ 198.51.100.2 │
19- > │ ✓ 12347│ dev-scratch │ us-mia │ g6-nanode-1 │ stopped │ 198.51.100.3 │
20- > └────────┴────────────────┴─────────┴──────────────────┴──────────┴──────────────┘
21- > 1 selected · 3 linodes · refreshed 1s ago
22- > : command / filter ? help ctrl+c quit
23- > ```
7+ ```
8+ linode-tui · Linodes
9+ ┌────────┬────────────────┬─────────┬──────────────────┬──────────┬──────────────┐
10+ │ ID │ LABEL │ REGION │ TYPE │ STATUS │ IPv4 │
11+ ├────────┼────────────────┼─────────┼──────────────────┼──────────┼──────────────┤
12+ │ 12345 │ prod-web-1 │ us-east │ g6-standard-2 │ running │ 198.51.100.1 │
13+ │ 12346 │ prod-web-2 │ us-east │ g6-standard-2 │ running │ 198.51.100.2 │
14+ │ ✓ 12347│ dev-scratch │ us-mia │ g6-nanode-1 │ stopped │ 198.51.100.3 │
15+ └────────┴────────────────┴─────────┴──────────────────┴──────────┴──────────────┘
16+ 1 selected · 3 linodes · refreshed 1s ago
17+ : command / filter ? help ctrl+c quit
18+ ```
2419
2520## Features
2621
0 commit comments