Provide a portable fallback for fzf
Open
- Dominant language
- Python
- Stars
- 754
- Forks
- 69
- PR merge metrics
- No merged PRs in 30d
Description
`fzf` requires Go, which is broken on some platforms (for example, any OS on `ppc` arch). Please consider adding a portable fallback for it (`sentaku`, `rofi` or whatever may suite).
Contributor guide
No contributing guide indexed for this repository
Research direction
Look for where fzf is used in the codebase, likely in shell scripts or Python subprocess calls for interactive selection. Identify the specific commands and see how to integrate a fallback like sentaku or rofi. Test the changes on a system without fzf to ensure the fallback works correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, shell
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100