alfred-bear
alfred-bear copied to clipboard
Able to offer several features via PR if this project still active
After downloading your workflow, which I found helpful and well-designed, I went to work adding a few additional features that I had grown accustomed to in the Evernote Workflow:
- Adds #9
- Adds
blscommand to "list" the most recent bear notes without having to remember their titles and search for them - Opens a note from
bsin its own window without opening the main window - Adds text from clipboard to
bnnote- Opens note in its own window without opening the main window
- User can hold cmd to suppress opening its window
- Limits all queries to 25, substantially improving performance (it is unlikely a user would scroll through more than 25 results in the Alfred interface)
However, I noticed that you have a PR that is still open from Nov 7, 2017 and don't want to spend time setting up my own PR if this project isn't in active development.
@drgrib Get it spun up and I'll knock it out this week! Thank you!
@chrisbro Cool :) Just added intersecting tag search in bs, e.g. bs #tag1 #tag2 will return only notes with both tags. Also bs now fully operates on tags, so bs #tag1 will only show notes with #tag1 and bs #tag1 text will only show notes with #tag1 containing text. Finally, these all order the results title first, then text. So if a note contains the keywords in its title, it is higher in the list than one which only has it in its text.
I think these features in bs may render bst unnecessary.
Fair warning: I've made a bit of a mix of our two code styles in the code and it may warrant some cleanup. But it is all functional with little unused code.