Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rksm/cargo-oh-my-dependencies
A cargo plugin to browse and edit crate features across a workspace.
https://github.com/rksm/cargo-oh-my-dependencies
Last synced: 3 months ago
JSON representation
A cargo plugin to browse and edit crate features across a workspace.
- Host: GitHub
- URL: https://github.com/rksm/cargo-oh-my-dependencies
- Owner: rksm
- License: mit
- Created: 2024-09-07T11:21:59.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T11:47:55.000Z (4 months ago)
- Last Synced: 2024-10-08T22:06:22.120Z (3 months ago)
- Language: Rust
- Size: 65.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `cargo omd` (cargo-oh-my-dependencies)
A cargo plugin to browse and edit crate features across a workspace.
This is still work in progress.
![screenshot](docs/screenshot.png)
## Installation
`cargo install cargo-oh-my-dependencies`
## Usage
Run `cargo omd` to start the CLI.
Use the arrow keys to navigate the crates and features. Pressing `Enter` on a crate will create and open a graphviz visualization of the feature dependencies. Pressing `Enter` on a feature will toggle it on/off.
```
$ cargo omd --helpA cargo plugin to browse and edit crate features across a workspace.
Usage: cargo omd [MANIFEST]
Arguments:
[MANIFEST] Path to Cargo.toml file [default: Cargo.toml]Options:
-h, --help Print help
-V, --version Print version
```