signalbox

Crates.iosignalbox
lib.rssignalbox
version0.2.0
created_at2025-11-10 21:24:22.203999+00
updated_at2025-11-10 22:40:27.739121+00
descriptionTUI to manage Railway projects
homepage
repositoryhttps://github.com/Princesseuh/signalbox
max_upload_size
id1926219
size1,383,023
Erika (Princesseuh)

documentation

README

Signalbox

TUI application to manage your Railway projects

[!CAUTION] This project is quite early, and does not currently include any sort of confirmation dialogs or undo feature. Use at your own risk!

Signalbox Screenshot

Installation

cargo install signalbox

Usage

signalbox

Instructions regarding what keys do what are available in the application itself.

Contributing

Contributions are welcome! To run the project locally, clone the repository and use standard Cargo commands to build or run the application:

cargo build

# Or to run directly
cargo run

License

This project is licensed under the MIT License. See the LICENSE file for details. Part of this project uses code from Railway's own CLI, which is licensed under the MIT License as well, see the src/vendor folder for more details.

Commit count: 0

cargo fmt