https://github.com/oderwat/alfredworkflows
My Workflows for Alfred 2
https://github.com/oderwat/alfredworkflows
Last synced: 9 months ago
JSON representation
My Workflows for Alfred 2
- Host: GitHub
- URL: https://github.com/oderwat/alfredworkflows
- Owner: oderwat
- Created: 2013-04-01T16:46:48.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2020-07-12T12:16:23.000Z (almost 6 years ago)
- Last Synced: 2025-10-10T13:34:26.585Z (9 months ago)
- Size: 186 KB
- Stars: 34
- Watchers: 8
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alfred 3 Workflows:
## Bear Notes Search
[Bear Notes Search (Download)](https://github.com/oderwat/alfredworkflows/raw/master/Bear%20Notes%20Search.alfredworkflow) - Lets you search for notes in the great [Bear](www.bear-writer.com/) 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](http://www.alfredforum.com/topic/1715-find-files-recently-changed-similar-to-trickster-functionality/) - List and search recently changed files (Similar to Trickster functionality).
[Checksum](http://www.alfredforum.com/topic/2064-file-action-for-calculating-useful-checksums/) - File action for calculating useful checksums.
[Rename file action](http://www.alfredforum.com/topic/1779-rename-file-action/) - Renames files from the file browser of Alfred 2.
[Window arrangement workflow](http://www.alfredforum.com/topic/1737-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](https://flattr.com/profile/oderwat) me!