Skip to content

Comment on iCloud Terminal Notepadparent

Comments

This works :

#!/usr/bin/env osascript -l JavaScript

function run(argv) { var note = Application('Notes').notes['Terminal Note']; note.body = note.body() + new Date() + ' : <pre>'+argv.join(' ')+'</pre>'; }

This is really great!

A couple notes for anyone trying it: 'Notes' has to be running & there has to be an existing note with the first line 'Terminal Note'. Both could be handled if anyone wanted to make it more robust.

This will be great for shooting specific tidbits of info from my work computer to my iPhone (which aren't connected via iCloud).

For anyone interested in learning more about JavaScript for OSX automation

http://developer.telerik.com/featured/javascript-os-x-automa...

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.