<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Submit Response &#187; automation</title>
	<atom:link href="http://submitresponse.co.uk/weblog/tag/automation/feed/" rel="self" type="application/rss+xml" />
	<link>http://submitresponse.co.uk/weblog</link>
	<description></description>
	<lastBuildDate>Tue, 10 May 2011 01:19:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Pointless Twitter Automation</title>
		<link>http://submitresponse.co.uk/weblog/2007/01/30/pointless-twitter-automation/</link>
		<comments>http://submitresponse.co.uk/weblog/2007/01/30/pointless-twitter-automation/#comments</comments>
		<pubDate>Tue, 30 Jan 2007 01:36:17 +0000</pubDate>
		<dc:creator>Jack Mottram</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://submitresponse.co.uk/weblog/2007/01/30/pointless-twitter-automation/</guid>
		<description><![CDATA[Here&#8217;s a little thing that will update Twitter when you wake up your computer. Save the following in a text file somewhere (I put it in /bin/ and called it twitterwakeup.sh), replacing the stuff in italics with your email, password and cheery waking up message: #! /bin/sh curl --user yourname@yourdomain.com:yourpassword -F status="Your cheery waking up [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a little thing that will update <a title="Egomania vs. eavesdropping in the World Series of love" href="http://twitter.com">Twitter</a> when you wake up your computer.</p>

<p>Save the following in a text file somewhere (I put it in <code>/bin/</code> and called it <code>twitterwakeup.sh</code>), replacing the stuff in italics with your email, password and cheery waking up message:</p>

<p><code>#! /bin/sh</code></p>

<p><code style="text-align:left">curl --user <i>yourname@yourdomain.com</i>:<i>yourpassword</i> -F status="<i>Your cheery waking up message!</i>" http://twitter.com/statuses/update.json</code></p>

<p>(That second bit should all be on one line.)</p>

<p>Make it executable:</p>

<p><code>sudo chmod u+x /bin/twitter.sh</code></p>

<p>Install Bernhard Baehr&#8217;s handy <a href="http://www.bernhard-baehr.de/">Sleepwatcher</a> daemon.</p>

<p>Make a file called <code>.wakeup</code> in your home directory, and put the full path to your <code>twitterwakeup.sh</code> script in it.</p>

<p>That&#8217;s it.</p>
]]></content:encoded>
			<wfw:commentRss>http://submitresponse.co.uk/weblog/2007/01/30/pointless-twitter-automation/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Automated Texty Goodness</title>
		<link>http://submitresponse.co.uk/weblog/2006/05/03/automated-texty-goodness/</link>
		<comments>http://submitresponse.co.uk/weblog/2006/05/03/automated-texty-goodness/#comments</comments>
		<pubDate>Wed, 03 May 2006 14:31:08 +0000</pubDate>
		<dc:creator>Jack Mottram</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[efficiency]]></category>
		<category><![CDATA[quicksilver]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://mottram.textdriven.com/weblog/?p=1088</guid>
		<description><![CDATA[Some texty things that crossed my path recently: Fiendish Master Plan, which I found on 43Folders, is a simple Ruby script that looks at a text file and spits out a set of smaller text files according to category. So, for example, a line in your main text file reading ^monkeyfacts Monkeys enjoy dressing as [...]]]></description>
			<content:encoded><![CDATA[<p>Some texty things that crossed my path recently:</p>

<p><a href="http://www.sedumphotos.net/nfagerlund/fmp/" title="Fiendish Master Plan">Fiendish Master Plan</a>, which I found on <a href="http://www.43folders.com/2006/05/02/fmp/">43Folders</a>, is a simple Ruby script that looks at a text file and spits out a set of smaller text files according to category. So, for example, a line in your main text file reading <code>^monkeyfacts Monkeys enjoy dressing as humans to advertise tea</code> would generate a file called monkeyfacts.txt with your monkey fact safely inside.</p>

<p>Set up a <a href="http://quicksilver.blacktree.com/" title="Get Quicksilver, get it now!">Quicksilver</a> trigger <sup><a href="#f1-050306">1</a></sup> to add text to your main text file, have <code>cron</code><sup><a href="#f2-050306">2</a></sup> run the script for you every so often, use <a href="http://www.petermaurer.de/nasi.php?section=textpander" title="An exPANDER for your TEXT">Textpander</a><sup><a href="#f3-050306">3</a></sup> to automate the typing of category headings, dates and commonly used phrases&#8230; and you&#8217;ve got a seriously efficient note-taking and list-making application at your fingertips.</p>

<p>Being lovely text files, all those notes and lists can easily be repurposed, too.</p>

<p>If you use <a href="http://daringfireball.net/projects/markdown/">Markdown</a>, the easy to read format that allows for simple text-to-HTML conversion, you could drop your files onto one of Fletcher Penny&#8217;s <a href="http://fletcher.freeshell.org/wiki/MarkdownDragAndDrop">MarkdownDragAndDrop</a> mini-applications and generate HTML files for the web or PDFs to email. And, with creative use of categories, you could even dump them into a directory on a server running <a href="http://www.blosxom.com/" title="The lovely lightweight weblogging engine">Blosxom</a> to generate a quickfire ideas weblog.</p>

<p>Add an <a href="http://www.apple.com/downloads/macosx/automator/">Automator</a> script or two, maybe some <a href="http://www.apple.com/applescript/folderactions/">Folder Actions</a>, and the only thing left to automate is, you know, <em>thinking</em>.</p>

<hr />

<ol>
<li>
<p>If you&#8217;re unfamiliar with Quicksilver, you might like to read <a href="http://www.submitresponse.co.uk/archives/quicksilver_vs_launchbar.php">this review</a> I wrote a couple of years ago, or <a href="http://www.submitresponse.co.uk/archives/quicksilver_todo_list_loveliness.php">some more gobbledegeek</a> on the topic of triggers.<a href="#r1-050306">&#8617;</a></p>
</li>
<li>
<p><code>cron</code>, a Unix thingy for scheduling tasks, is <a href="http://www.macosxhints.com/article.php?story=2001020700163714">easy to use</a>, but if you don&#8217;t like tinkering on the command line, <a href="http://www.abstracture.de/projects-en/cronnix">Cronnix</a> offers a nice friendly graphical interface to it.<a href="#r2-050306">&#8617;</a></p>
</li>
<li>
<p>Textpander expands abbreviations into snippets of text as you type. I use it to <a href="http://justinblanton.com/2005/08/footnotes-and-textpander">generate annoying footnotes</a> like this one, among other things.<a href="#r3-050306">&#8617;</a></p>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://submitresponse.co.uk/weblog/2006/05/03/automated-texty-goodness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 11/14 queries in 0.005 seconds using disk: basic

Served from: submitresponse.co.uk @ 2012-05-25 09:04:36 -->
