mrjones2014 / ctrlg

A command line context switcher, written in Rust :crab:
https://crates.io/crates/ctrlg
MIT License
30 stars 1 forks source link

[Feature]: Allow globbing patterns to specify files instead of directories, and use the file's parent directory #58

Closed mrjones2014 closed 2 years ago

mrjones2014 commented 2 years ago

Similar Issues

Description

For example, specifying ~/git/*/Cargo.toml should put any directory which contains a Cargo.toml file under ~/git/* to appear in the fuzzy finder.

Use Case

Would be useful for working in monorepos and going into sub-projects.