All Projects → joebuhlig → Ofscripts

joebuhlig / Ofscripts

Licence: gpl-2.0
A collection of the AppleScripts I use to extend OmniFocus.

Programming Languages

applescript
352 projects

Labels

Projects that are alternatives of or similar to Ofscripts

Neural Style Transfer Papers
✏️ Neural Style Transfer: A Review
Stars: ✭ 1,372 (+493.94%)
Mutual labels:  review
Hyperion Android
App Debugging & Inspection Tool for Android
Stars: ✭ 1,778 (+669.7%)
Mutual labels:  review
Sputnik
Static code review for your Gerrit patchsets. Runs Checkstyle, PMD, FindBugs, Scalastyle, CodeNarc, JSLint for you!
Stars: ✭ 189 (-18.18%)
Mutual labels:  review
Sa Papers
📄 Deep Learning 中 Sentiment Analysis 論文統整與分析 😀😡☹️😭🙄🤢
Stars: ✭ 111 (-51.95%)
Mutual labels:  review
Leetcode Sol Res
Clean, Understandable Solutions and Resources for LeetCode Online Judge Algorithm Problems.
Stars: ✭ 1,647 (+612.99%)
Mutual labels:  review
Hyperion Ios
In-app design review tool to inspect measurements, attributes, and animations.
Stars: ✭ 1,964 (+750.22%)
Mutual labels:  review
App Store Reviews
Node.js module to download user reviews from the iTunes Store and the Mac App Store
Stars: ✭ 93 (-59.74%)
Mutual labels:  review
Survey Computer Vision
2020-2021年计算机视觉综述论文分方向整理
Stars: ✭ 207 (-10.39%)
Mutual labels:  review
Nlp Competitions List Review
复盘所有NLP比赛的TOP方案,只关注NLP比赛,持续更新中!
Stars: ✭ 1,997 (+764.5%)
Mutual labels:  review
Pull Review
✅ Assign pull request reviewers intelligently.
Stars: ✭ 179 (-22.51%)
Mutual labels:  review
Bird Recognition Review
A list of useful resources in the bird sound (song and calls) recognition, such as datasets, papers, links to open source projects and competitions
Stars: ✭ 116 (-49.78%)
Mutual labels:  review
Spree reviews
Straightforward review/rating functionality.
Stars: ✭ 122 (-47.19%)
Mutual labels:  review
Ebisu
Public-domain Python library for flashcard quiz scheduling using Bayesian statistics. (JavaScript, Java, Dart, and other ports available!)
Stars: ✭ 176 (-23.81%)
Mutual labels:  review
Covid19 Review
A collaborative review of the emerging COVID-19 literature. Join the chat here:
Stars: ✭ 102 (-55.84%)
Mutual labels:  review
Papers we read
Summaries of the papers that are discussed by VLG.
Stars: ✭ 203 (-12.12%)
Mutual labels:  review
Launch review
A Flutter plugin to assist in leaving user reviews/ratings in the Google Play Store. Supports both Android and iOS.
Stars: ✭ 98 (-57.58%)
Mutual labels:  review
Hound
Automated code review for GitHub pull requests.
Stars: ✭ 1,904 (+724.24%)
Mutual labels:  review
Codeponder
Marketplace for Code Reviews
Stars: ✭ 221 (-4.33%)
Mutual labels:  review
Pronto
Quick automated code review of your changes
Stars: ✭ 2,450 (+960.61%)
Mutual labels:  review
React Native In App Review
The Google Play In-App Review API, App store rating API lets you prompt users to submit Play Store or App store ratings and reviews without the inconvenience of leaving your app or game.
Stars: ✭ 175 (-24.24%)
Mutual labels:  review

OFScripts

This is a repository of the automated systems I use to enhance OmniFocus. If you find errors or would like to contribute to these, feel free to send me a pull request.

Which Files?

In each of the directories you'll find two versions of the script - .scpt and .applescript. In order to run them from OmniFocus, you'll want to use the .scpt version. The .applescript format is purely there so you can view the code online.

Auto-Parser

This is a launch agent designed to automatically parse the inbox of OmniFocus behind the scenes. You can email into OmniFocus and have it automatically parsed into the correct project and context. It can even have due dates, defer dates, flags, and estimated time.

To use it, you simply need to create a string that is to be parsed and pass it to the OmniFocus inbox. You can learn more about creating the string for this here.

Bible Reading Plan

A taskpaper template for a one-year Bible reading plan project.

Daily Task Report

I like keeping a log of the work I've done every day. And since I keep all of my work in OmniFocus, it only makes sense to automatically create a report off of yesterdays completed tasks. That's exactly what this script does.

Duration Titles

This script takes the Estimated Duration and appends it to the title of the task. The main reason for this is that the duration isn't easily accessed on iOS. So by putting it at the end of the task name, it now becomes visible everywhere you see the task.

Project Codes

A TextExpander snippet for creating and managing project codes.

Read Book Tasks

I read books on a schedule so I needed a quick way to create tasks for how much to read in a day. This script adds these tasks automatically after asking a handful of questions about the book and your timeframe. You can learn more about it here.

Task Shuffle

I've found that reviewing my idea lists generates more and new ideas if I can shuffle the tasks within a given project. So that's what this does. Select a project or projects and run this script to shuffle the tasks within each project.

Update Reviews

If that flag beside the Review perspective drives you crazy, this is for you. You can set dates for your scheduled reviews and move the Next Review Date of each project forward to the next instance of your reviews. You can learn more about it here.

Weather Activation

This is one of the more involved scripts I use. It will activate or deactivate a project in OmniFocus based on tomorrow's weather forecast. The project will go from On Hold to Active if it's being activated. It will go from Active to On Hold if deactivated.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].