Public Notes on
View Public Collections
This script exorts the logbook to an iCal Calendar for archiving purposes. You can specify the calendar you want to use by editing the following line in the script: set calendarName to "Things Logbook" #things #a #sync #project #management #pr0n #ical #calendar #applescript #pub
Show More
This AppleScript lets you tidy up Things’ Logbook while preserving your logged to‑do entries for posterity. If the Logbook is large, this can speed up Things’ performance. The script exports Logbook entries older than a specified time range (defaulting to 2 weeks, but configurable in the script) to a CSV file (in v1.3) or tab-delimited text file (in v1.2), and moves the archived to‑dos from the Logbook to the Trash within Things. #applescript #things #pr0n #a #sync #project #management #pub
Show More
This Script exports all selected projects including their tasks to a text file. The output looks like this: Project1 --------------- 1. Task1 2. Task2 3. etc... #applescript #things #a #sync #project #code #pr0n #management #pub
Show More
Read from a file with a specific format. Code is hosted at https://gist.github.com/181626. After every date read, the script will add multiple to-dos using that date as the due date for each to-do, until an empty line is read. After the empty line you may add another date with more to-dos and another empty line etc. #things #a #sync #project #pr0n #code #applescript #management #pub
Show More
Convert Things database to Things Beta database. Advanced applescript. Has functions. #pr0n #applescript #things #code #a #sync #project #productivity #management #pub
Show More
iTunes 12.6.5.3 on MacOS 10.14 1. Use AppDelete to delete iTunes 2. Download 12.6.5 https://secure-appldnld.apple.com/i...-B085-11E8-B6AB-C1D03409AD2A/iTunes12.6.5.dmg 3. Open the dmg file, use Pacifist to open Install iTunes.pkg and install iTunes 4. If you have opened iTunes 12.9, replace iTunes Library.itl with the last saved version from Previous iTunes Libraries 5. Enjoy iTunes with AppStore! You will need to first disable SIP, then sudo rm -rf iTunes.app (the 12.9 version), and then finally extract iTunes.app (only) from the 12.6 installer. AppDelete alone is not sufficient to remove iTunes. #iOS #Instructions #hacking #pub

there were other advantages of remaining on iTunes 12.6 which is that you could always 'downgrade' an app if you didn't like an updated version. Did... #code #applescript #dev #Instructions #pub
Show More