https://github.com/hsulab/mmc-tui
https://github.com/hsulab/mmc-tui
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hsulab/mmc-tui
- Owner: hsulab
- Created: 2025-11-15T06:29:41.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-11-24T05:55:33.000Z (7 months ago)
- Last Synced: 2025-11-24T07:50:04.802Z (7 months ago)
- Language: TypeScript
- Size: 51.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# core
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run src/index.ts
```
## Configuration
You can override defaults by creating `~/.config/molcrafts/config.toml`:
```toml
[backend]
backend_url = "http://127.0.0.1:8000"
[ui]
# Choose the spinner size shown in workflow panes
spinner_size = "tiny" # tiny | medium | large
```
This project was created using `bun create tui`. [create-tui](https://git.new/create-tui) is the easiest way to get started with OpenTUI.