micro-editor / micro-editor/micro
Match count in status bar for find
Open
Nobody has claimed this yet.
feature
- Dominant language
- Go
- Stars
- 29.6k
- Forks
- 1.4k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 10
Description
Description
When using the find action (or the replace command), show a count of matches in the status bar, i.e. [3/22]. This way you know what you're getting into when you're searching a file for something.
Similar to vim's shortmess-=S
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
Read the find action, replace command, and status-bar update path first. Trace how the current match position is known, then verify that searching a file displays counts in the requested [3/22] format and that the behavior applies to both find and replace.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100