`accept` and `reject` events?
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 83.1k
- Forks
- 3.1k
- Avg merge
- 17h 8m
- Merged PRs (30d)
- 10
Description
- I have read through the manual page (
man fzf) - I have the latest version of fzf
- I have searched through the existing issues
Info
- OS
- Linux
- Mac OS X
- Windows
- Etc.
- Shell
- bash
- zsh
- fish
Problem / Steps to reproduce
--bind 'enter:become(...)' and --bind 'esc:become(...)' are super handy, but they don't cover the --select-1, --exit-0, CTRL+Q and plethora of other options. Having an accept and reject event would be really handy to handle these cases.
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 tracing the --bind handling and the behavior of --select-1, --exit-0, CTRL+Q, enter:become(...), and esc:become(...). Define which outcomes count as accept or reject, then verify that the proposed events cover these cases without changing existing shell behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, zsh
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100