An open API service indexing awesome lists of open source software.

https://github.com/cihat/texus

Manage monorepo projects with TUI
https://github.com/cihat/texus

monorepoo ratatui rust tui

Last synced: over 1 year ago
JSON representation

Manage monorepo projects with TUI

Awesome Lists containing this project

README

          


Texus Logo

Texus


A Terminal User Interface (TUI) application for managing frontend monorepos



## Key Bindings
- `q` : Quit the application
- `j` / `↓` : Scroll down
- `k` / `↑` : Scroll up
- `l` / `→` : Navigate to the next tab
- `h` / `←` : Navigate to the previous tab
- `/` : Search for projects
- `esc` : Switch to normal mode
- `s` : Start the selected project
- `b` : Build the selected project
- `c` : Stop the selected project

## Usage

### Run the Application
```bash
cargo run
```

### Build for Release
```bash
cargo build --release
```

### Run with Debug Tracing Logs
```bash
TEXUS_DATA=data cargo run
```

### Run the Release Build
```bash
TEXUS_DATA=data target/release/texus
```