void-linux / xmirror

Interactive script for changing XBPS mirrors
BSD 2-Clause "Simplified" License
17 stars 13 forks source link

fzf support #1

Open Anachron opened 1 year ago

Anachron commented 1 year ago

It would be great if dialog were optional and fzf would be accepted as well.

classabbyamp commented 1 year ago
  1. dialog is already used in the installer, and one of the main targets for this is being part of the liveusb/installer
  2. fzf seems to have a different paradigm for interaction than dialog, so it would probably not work well to support both
  3. (less of a concern now but) fzf has some issues on big-endian systems
  4. I don't know much about using fzf, but i'd maybe accept a PR to switch to it at a later date (like, after release), if it could work well