Option to filter VCS ignored files
- Dominant language
- Rust
- Stars
- 16.2k
- Forks
- 510
- PR merge metrics
- No merged PRs in 30d
Description
Similar to [`rg`](https://github.com/BurntSushi/ripgrep) and [`fd`](https://github.com/sharkdp/fd), add a option to ignore paths in `.gitignore`, `.ignore`, `.svnignore` etc. It's really useful with the `--tree` option (maybe it should be active by default?)
We can use https://crates.io/crates/ignore as the mentionated libaries. I might make a pull-request about it this weekend, should be easy to plug the ignore lib in
Contributor guide
No contributing guide indexed for this repository
Research direction
No source file or test is named. Start at the CLI entry point for the --tree option and inspect how the Rust ignore crate can be integrated; done means an option filters paths from .gitignore, .ignore, and .svnignore, with its interaction with --tree defined and tested.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100