v1.2.0: Change fuzzy search to case insensitive
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