chore: add fuzzy opt to changelog

fuzzy-history-search
sammyette 2023-07-10 00:05:08 -04:00
parent b98239ac82
commit d452f2a62b
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
- `read()` method for retrieving input (so now the `in` sink of commanders is useful)
- `flush()` and `autoFlush()` related to flushing outputs
- `pipe` property to check if a sink with input is a pipe (like stdin)
- Add fuzzy search to history search (enable via `hilbish.opts.fuzzy = true`)
### Fixed
- Replaced `sed` in-place editing with `grep` and `mv` for compatibility with BSD utils