Skip to content

v1.2.0: Change fuzzy search to case insensitive

Compare
Choose a tag to compare
@gumieri gumieri released this 07 May 19:37
· 4 commits to master since this release

Commands show, edit and delete are case insensitive to search for a note's title.
If you need to search matching the case, use the flag option: --case-sensitive / -s

Go to the README to know how to use and how to install.

If you are using Mac OS or Linux, you can install using the commands:

curl -L
https://github.com/gumieri/note/releases/download/v1.2.0/note-`uname -s`-`uname -m` -o /usr/local/bin/note
chmod +x /usr/local/bin/note