Skip to content

Commit

Permalink
Added support for showing recently modified items
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhyd Lewis committed Nov 25, 2016
1 parent e290fe5 commit 3fb6b2b
Show file tree
Hide file tree
Showing 16 changed files with 21 additions and 17 deletions.
38 changes: 21 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,83 +16,87 @@ Well, I want it because I can't quickly search for, say, a task within OmniFocus

### Searching for tasks

* Search for all tasks within OmniFocus (irrespective of status) with **.s**:
* Search for all tasks within OmniFocus (irrespective of status) with `s`:

![](search-for-tasks.png)

### Searching the inbox

* Search the OmniFocus inbox with **.i**:
* Search the OmniFocus inbox with `i`:

![](search-inbox.png)

### Searching for projects

* Search for projects with **.p**:
* Search for projects with `p`:

![](search-for-project.png)

### Searching for contexts

* Search for a specific context with **.c**:
* Search for a specific context with `c`:

![](search-for-context.png)

or just list all contexts with **.lc**:
or just list all contexts with `lc`:

![](list-contexts.png)

### Searching for perspectives

* Search for a specific perspective with **.v**:
* Search for a specific perspective with `v`:

![](search-for-perspectives.png)

or just list all perspectives with **.lv**:
or just list all perspectives with `lv`:

![](list-perspectives.png)

### Searching for folders

* Search for a specific folder with **.f**:
* Search for a specific folder with `f`:

![](search-for-folders.png)

or just list all folders with **.lf**:
or just list all folders with `lf`:

![](list-folders.png)

### Searching for task or projects notes

* Search for a specific note in a task or project with **.n**:
* Search for a specific note in a task or project with `n`:

![](search-note.png)

* Search for a specific note in a flagged task **.ng**
* Search for a specific note in active task **.na**
* Search for a specific note in a flagged task `ng**
* Search for a specific note in active task `na**

### Narrowing results

* Search just for *active* tasks with **.sa**:
* Search just for *active* tasks with `sa`:

![](search-for-active-tasks.png)

or just for *active* projects with **.pa**:
or just for *active* projects with `pa`:

![](search-for-active-projects.png)

* Search all *flagged* tasks with **.g**:
* Search all *flagged* tasks with `g`:

![](search-for-flagged-tasks.png)

or for *flagged* and *active* tasks with **.ga**:
or for *flagged* and *active* tasks with `ga`:

![](search-for-flagged-active-tasks.png)

* Show 10 recently modified tasks with **.r**:
* Show the 10 most recently modified tasks with `.r`:

![](show-recent-tasks.png)

or show the 10 most recently modfified and non-completed tasks or projects with `ra`:

![](show-recent-active-tasks.png)

## Thanks to...

* [Dean Jackson](https://github.com/deanishe): the [Python library for Alfred workflows](https://github.com/deanishe/alfred-workflow) does most of the heavy lifting. Excellent stuff, thank you.
Expand Down
Binary file modified list-contexts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified list-folders.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified list-inbox-items.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified search-for-active-projects.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified search-for-active-tasks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified search-for-context.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified search-for-flagged-active-tasks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified search-for-flagged-tasks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified search-for-folders.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified search-for-project.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified search-for-tasks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified search-inbox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified search-note.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added show-recent-active-tasks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified show-recent-tasks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3fb6b2b

Please sign in to comment.