The format is inspired by Keep a Changelog.
- Update
powierża-coefficient
to1.0.2
.
- Fix
--exclude-old-pwd
infish
. - Update
powierża-coefficient
to1.0.1
.
- Fix shell scripts so that they don't exit the shell when no args were provided.
- Check if arg is a valid path before attempting abbreviation expansion.
- Simplify
Congruence
. - Compare abbreviations and strings using Powierża coefficient instead of Levenshtein distance.
- Add
--exclude-old-pwd
flag to_kn init
. - Remove interactive mode.
- Add extensive docs.
- Handle components with more than 2 dots (
...
etc.) in the prefix in normal mode.
- Remove state synchronization between search and UI.
- Replace
clap
withpico-args
.
- Remove
regex
andansi_term
from deps.
- Fix shell scripts so that they remove the tmpfile.
- Add changelog.
- Add interactive mode.
- Add navigation with Tab and Shift + Tab or Ctrl + hjkl .
- Add demos in
README.md
.
- Change shell scripts so that calling
kn
without args will enter interactive mode instead of changing current dir to~
. - Move search to its own module.
- Add normal mode.
- Handle abbreviations.
- Handle prefix (
/
,~
,.
, etc.). - Handle wildcards (
-
).
- Add shell scripts for
bash
,fish
andzsh
. - Add
LICENSE.txt
. - Add GitHub workflows.