| Crates.io | signalbox |
| lib.rs | signalbox |
| version | 0.2.0 |
| created_at | 2025-11-10 21:24:22.203999+00 |
| updated_at | 2025-11-10 22:40:27.739121+00 |
| description | TUI to manage Railway projects |
| homepage | |
| repository | https://github.com/Princesseuh/signalbox |
| max_upload_size | |
| id | 1926219 |
| size | 1,383,023 |
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!

cargo install signalbox
signalbox
Instructions regarding what keys do what are available in the application itself.
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
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.