Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.ff for focus on folder #18

Closed
JacqLAB opened this issue Apr 7, 2016 · 3 comments
Closed

.ff for focus on folder #18

JacqLAB opened this issue Apr 7, 2016 · 3 comments

Comments

@JacqLAB
Copy link

JacqLAB commented Apr 7, 2016

Hi,

  • OmniFocus users using perspectives to filter and display tasks may end up with lists longer than one screen. Having folders to separate groups of projects help to reduce the clutter by focusing on a folder but, you have first to focus on the folder before the perspective selection.
  • It would be pretty useful to have a variant of the .f command.
    • In place of opening the folder, a .ff (focus on folder) would instantly limit the currently displayed tasks to the folder scope.
    • One could also use the command modifier to modify the .f to focus in place of opening?

I simply and successfully modified the ".f script filter" in the workflow. I added a "run NSAppleScript action" connected to the script filer ".f" through the "command modifier". The script is as follows:

on alfred_script(q)
  tell application "OmniFocus" to tell the default document
    set folderList to flattened folders whose id is q
    tell the front document window to set focus to folderList
    activate
  end tell
end alfred_script 
@rhydlewis
Copy link
Owner

hi - thanks for the feedback. I'll add this to the backlog for the workflow.

@rhydlewis
Copy link
Owner

Focusing on folders supported in v1.2.7 - cheers! (2 years since the request - wow... 😱)

https://github.com/rhydlewis/search-omnifocus/releases/tag/v1.2.7

@JacqLAB
Copy link
Author

JacqLAB commented Apr 23, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants