Releases: juri/tui-fuzzy-finder
Releases · juri/tui-fuzzy-finder
0.4.1
Use a better default foreground color on selected lines. Using color 231 from the 256 color palette should cause fewer problems with terminal themes than 15, I hope.
0.4.0
Support ordering matches by score which is determined by how close the letters are to each other and to the start of the string.
Also make the sfzf
tool show relative paths and allow root directory to be specified as an argument.
0.3.2
Switch to upstream swift-service-lifecycle
0.3.1
Fix single selection reporting
0.3.0
- If nothing is selected and the user presses return in multiple selection mode, treat it as single selection of the current line
- Throw errors if
FuzzySelector
initialization fails instead of returning nil
I also renamed the repository from swift-tui-fuzzy-finder
to tui-fuzzy-finder
, because Swift Package Manager can't really handle the idea of "name" not matching the URL.
0.2.0
- Fix default highlighted item
- Support reversed order
- Fix long item formatting
- Use
/dev/tty
for input and output instead of stdin/stdout
- Handle resizes
0.1.1
- Fix some redrawing issues.
- Move automatically to the next line in multiple selection mode after pressing tab