A TUI interface for the AoR Stargate Network
  • TypeScript 93.6%
  • Nix 6.4%
Find a file
2026-08-01 04:36:19 +00:00
src created settings page + handle input focusing 2026-08-01 04:36:19 +00:00
.envrc basic tui stuff 2026-07-30 02:14:49 +00:00
.gitignore fix .direnv gitignore line 2026-07-29 22:36:13 -04:00
bun.lock Initial commit from create-tui 2026-07-30 01:46:39 +00:00
flake.lock basic tui stuff 2026-07-30 02:14:49 +00:00
flake.nix basic tui stuff 2026-07-30 02:14:49 +00:00
package.json basic tui stuff 2026-07-30 02:14:49 +00:00
README.md Initial commit from create-tui 2026-07-30 01:46:39 +00:00
tsconfig.json basic tui stuff 2026-07-30 02:14:49 +00:00

core

To install dependencies:

bun install

To run:

bun dev

This project was created using bun create tui. create-tui is the easiest way to get started with OpenTUI.