index
:
tofi.git
master
Fork of philj56/tofi with improved dmenu flag support
ZachIR
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
string_vec.c
Age
Commit message (
Expand
)
Author
2024-12-30
Fix comment typo.
Phil Jones
2023-04-17
Add --matching-algorithm option.
Phil Jones
2022-11-28
Refactor string vector code.
Phil Jones
2022-11-24
Speed up string vector filtering and loading.
Phil Jones
2022-11-19
Make vector finding functions names clearer.
Phil Jones
2022-11-19
Fix sorting in normal tofi mode with history.
Phil Jones
2022-11-19
Cleanup some potentially flaky logic.
Phil Jones
2022-10-23
Replace wchar and friends with Unicode handling.
Phil Jones
2022-10-18
Improve UTF-8 handling.
Phil Jones
2022-09-07
Allow space-separated, per-word matches.
Phil Jones
2022-08-12
Add --fuzzy_match option.
Phil Jones
2022-07-24
Add drun mode.
Phil Jones
2022-07-05
Sort results by match position.
Phil Jones
2022-06-21
Add config file handling.
Phil Jones
2022-06-21
Add various command line arguments.
Phil Jones
2022-06-11
Add compgen caching.
Phil Jones
2022-06-07
Switch from using (E)GL to wl_shm.
Phil Jones
2021-11-17
Add sorting by run frequency.
Phil Jones
2021-11-15
Multiple smaller changes.
Phil Jones
2021-11-07
Initial working build.
Phil Jones
2021-11-06
Start conversion to tofi.
Phil Jones