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

Add omnifocus extension #15940

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions extensions/omnifocus/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"root": true,
"extends": ["@raycast"]
}
13 changes: 13 additions & 0 deletions extensions/omnifocus/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules

# Raycast specific files
raycast-env.d.ts
.raycast-swift-build
.swiftpm
compiled_raycast_swift

# misc
.DS_Store
4 changes: 4 additions & 0 deletions extensions/omnifocus/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
20 changes: 20 additions & 0 deletions extensions/omnifocus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# OmniFocus Changelog

## [Initial Version] - {PR_MERGE_DATE}

### Added

- Quick Add To Inbox command to rapidly add tasks to OmniFocus inbox
- Add A Task command with support for:
- Project assignment
- Due dates
- Defer dates
- Tags
- Flagged status
- Notes
- List The Tasks In Your Inbox command with ability to:
- View all non-completed, non-dropped inbox tasks
- Complete tasks
- Delete tasks
- Open tasks in OmniFocus
- View task metadata (tags, due dates, defer dates, flagged status)
55 changes: 55 additions & 0 deletions extensions/omnifocus/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# OmniFocus

## Commands

### Quick Add To Inbox

Quickly add a task to your OmniFocus inbox directly from Raycast. Simply type your task and hit enter.

### Add A Task

Add a task to OmniFocus with additional options like:

- Project assignment
- Due date
- Defer date
- Tags
- Flagged status
- Notes

### List The Tasks In Your Inbox

View and manage all tasks currently in your OmniFocus inbox (neither completed nor dropped). From this view you can:

- Complete tasks
- Delete tasks
- Open tasks in OmniFocus
- See task metadata like tags, due dates, and defer dates

# OmniFocus

## Commands

### Quick Add To Inbox

Quickly add a task to your OmniFocus inbox directly from Raycast. Simply type your task and hit enter.

### Add A Task

Add a task to OmniFocus with additional options like:

- Project assignment
- Due date
- Defer date
- Tags
- Flagged status
- Notes

### List The Tasks In Your Inbox

View and manage all tasks currently in your OmniFocus inbox (neither completed nor dropped). From this view, you can:

- Complete tasks
- Delete tasks
- Open tasks in OmniFocus
- See task metadata like tags, due dates, and defer dates
Binary file added extensions/omnifocus/assets/extension-icon.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 extensions/omnifocus/metadata/omnifocus-1.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 extensions/omnifocus/metadata/omnifocus-2.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 extensions/omnifocus/metadata/omnifocus-3.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 extensions/omnifocus/metadata/omnifocus-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading