Add ability to search through repositories
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 408
- Avg merge
- 2d 57m
- Merged PRs (30d)
- 7
Description
Feature Request:
Have the ability to to search through code like git grep <search key> does with pygit2
Contributor guide
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 reviewing pygit2's existing repository APIs and the behavior of git grep <search key> described in the request. Define the repository scope, search inputs, and result format before implementation; done means pygit2 exposes code search with behavior comparable to the requested git grep use case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, python
- Domain
- search
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100