Skim: A fuzzy finder written in rust

I see that you used ncurses to implement the UI, does that give you Windows support? I implemented the Heatseeker UI directly in terms of terminal control codes (for POSIX terminals) and the Windows API (for Windows), and as tedious as that was I really like how smoothly it integrates into the command line as a result:

ps-readline-demo

1 Like