notes
notes copied to clipboard
Use of apostrophes breaks the script
Normal use of apostrophes in the note text (as in "let's, don't, etc.) breaks the script, it won't finalize. Apostrophes need to be escaped in order to work but I wonder if it just happens on my system? (Linux EndeavourOS, i3wm, kitty terminal)
- If I do
notes "Let's see if this works"it works. - If I do
notes Let's see if this worksit fails but this is your shell letting you know you have unmatched quotes.
If you use a backslash to escape the apostrophe than the command should work.