Skip to content

Instantly share code, notes, and snippets.

View matthewspear's full-sized avatar
🔨
Always Be Learning

Matt Spear matthewspear

🔨
Always Be Learning
View GitHub Profile
@matthewspear
matthewspear / Unflag-All.scpt
Created November 12, 2015 00:48
Unflag all tasks within OmniFocus
tell application "OmniFocus"
tell default document
set flagged of (every flattened task whose flagged is true) to false
end tell
end tell
(*
File: OmniFocus_Due_List.scpt
Revision: 1.0
Revised: 2015-07-01
Summary: Create taskpaper list of tasks due +/- 7d from current date.
-----------------------------------------------------------
Script based on Justin Lancy (@veritrope) from Veritrope.com
//
// TableViewController.m
// BlogReader
//
// Created by Matthew Spear on 21/06/2014.
// Copyright (c) 2014 Matthew Spear. All rights reserved.
//
#import "TableViewController.h"
#import "BlogPost.h"