|
|
|
|
|
by ezst
87 days ago
|
|
I never found a satisfying search algotithm with atuin (iterating over time between fuzzy, skim, fulltext, and maybe others). Is there one that is both: - case insensitive (e.g. inputting "make" matches ("make install", "vim Makefile") - works on partial matches (e.g. inputting "ma in" matches ("make install", "cd main") ? |
|