Skip to content

oderwat/alfredworkflows

Repository files navigation

Alfred 3 Workflows:

Bear Notes Search

Bear Notes Search (Download) - Lets you search for notes in the great Bear application.

  • Use spaces to separate for any one of multiple words: 'this that'.
  • Use quotes to search for the phrase: '"this that"'
  • Use + to "require" a word: 'this +that'
  • Use - to "exclude" a word: 'this -that'
  • Use * to allow any characters in that place: #*/test (notes which have a subtag ending on test)

Remember that Bear stores its notes as raw markdown like text. Use this to your advantage in searches.

Example 1:

red blue -green +apple

Searches for ("red" or "yellow") and not "green" and "apple"

Example 2:

project +#work*/client1 +"mysql"

Searches for all notes containing the words "project" and "mysql" having a tag that starts with "work" and ends with the subtag "client1"

Example 3:

[*.j*g] [*.png] [*.gif]

Searches for all Notes containing a jpeg, gif or png image.

Example 4:

```meta*saveas:*

Searches for all Notes with a BearNanny saved Codeblock :)


Older Alfred 2 Workflows (They may or may not work anymore):

Last changed files - List and search recently changed files (Similar to Trickster functionality).

Checksum - File action for calculating useful checksums.

Rename file action - Renames files from the file browser of Alfred 2.

Window arrangement workflow - Prototype for workflows which can rearrange windows and even start Apps first.


All workflows created by Hans Raaf.

Use freely at your own risks!

Feedback in the Alfred Support Forums is always welcome.

If you like my stuff please Flattr me!

About

My Workflows for Alfred 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages