- Fix regex to allow nested parens in @copy
- New build process
- Much improved presentation of results when using fzf
- Way better searching, progressively fuzzier until a match is found
- Only ever show the best result, no point in showing a ton of matches
- Use fzf if available, for searching and for filtering multiple matches
- Bugfixes
- OR query when AND failed was way too broad, replaced with phrase and no boolean
- Added debugging
- Colorize output
- List all known questions with -l
- Add -p switch to pull answer from clipboard when adding a question
- Improve option parsing
- Allow -e when adding answer to open new question file in editor
- Allow multi-line input when adding interactively
- Allow '#atag' to translate to 'tag:atag' in spotlight search
- Allow configuration via environment variables
- Only opens url/copies code from one note if there are multiple answers