Support starting from a specified directory, not just current working directory
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 595
- Forks
- 93
- PR merge metrics
- No merged PRs in 30d
Description
From the documentation:
which may be absolute or relative to the current working directory.
I'd like to be able to say something like glob_from(path_like_thing, "glob_pattern").
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the API that currently interprets paths relative to the current working directory and review the documentation passage quoted in the issue. Define how a specified starting directory should work with absolute and relative paths, then add coverage showing the new entry point and preserved existing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100