https://github.com/sub07/rustm
A rust project manager
https://github.com/sub07/rustm
Last synced: 5 months ago
JSON representation
A rust project manager
- Host: GitHub
- URL: https://github.com/sub07/rustm
- Owner: sub07
- Created: 2025-10-16T12:31:31.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-10-28T01:46:20.000Z (8 months ago)
- Last Synced: 2025-10-28T03:24:27.542Z (8 months ago)
- Language: Rust
- Size: 93.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `rustm`
## Description
A TUI (Terminal User Interface) for managing Rust projects.
## Installation
To install `rustm`, run the following command:
```bash
cargo install --git https://github.com/sub07/rustm.git
```
## Features
`rustm` can run in two modes: `outside` and `inside` a project. `outside` should be accessible from inside a project.
### Outside project
- Register a project directory to operate on
- Create a new project
### Inside project
- Search for crates
- Add crates to project
- Toggle features on project crates
- Format Cargo.toml
- Only monocrate for now
## Stack
Of course made with Rust.
The TUI is built using [Cursive](https://github.com/gyscos/Cursive).