https://github.com/roosoft/project_commander
Recursive fuzzy search for git projects starting from a given parent folder
https://github.com/roosoft/project_commander
Last synced: 10 months ago
JSON representation
Recursive fuzzy search for git projects starting from a given parent folder
- Host: GitHub
- URL: https://github.com/roosoft/project_commander
- Owner: RooSoft
- Created: 2024-01-15T14:45:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T20:56:04.000Z (about 2 years ago)
- Last Synced: 2025-01-17T06:27:14.918Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 110 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Commander
Recursive fuzzy search for git projects starting from a given parent folder
## How to build
It's a rust app, so
```bash
cargo build
```
and a debug version of the app should end up in the `target/debug` folder.
## Usage
```
Usage: pc [OPTIONS]
Options:
-n, --name Name of a project to search for
-h, --help Print help
-V, --version Print version
```
When called without argument, a CLI interface should appear with a list of all
git projects from the current folder. Pressing `/` brings the search bar.