<?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>marusin.com &#187; power user preferences</title>
	<atom:link href="http://www.marusin.com/tag/power-user-preferences/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marusin.com</link>
	<description>what happens when a technologist, music-lover and blogger are all trapped in the same body</description>
	<lastBuildDate>Fri, 04 Jun 2010 01:40:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Setting Twitterific (Power User) Preferences</title>
		<link>http://www.marusin.com/2008/02/12/setting-twitterific-power-user-preferences/</link>
		<comments>http://www.marusin.com/2008/02/12/setting-twitterific-power-user-preferences/#comments</comments>
		<pubDate>Tue, 12 Feb 2008 17:54:44 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[power user preferences]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[twitterific]]></category>

		<guid isPermaLink="false">http://www.marusin.com/2008/02/12/setting-twitterific-power-user-preferences/</guid>
		<description><![CDATA[So I have been using Twitterific for a while (yes, I am a registered user) but I&#8217;ll be honest and tell you that I&#8217;ve always been somewhat annoyed with how it displays full usernames (&#8220;Mike Marusin&#8221;) rather than ScreenNames (&#8220;marusin&#8220;). Low and behold, there are a ton of &#8220;Power User Preferences&#8221; that can be done [...]]]></description>
			<content:encoded><![CDATA[<p>So I have been using <a href="http://iconfactory.com/software/twitterrific">Twitterific</a> for a while (yes, I am a registered user) but I&#8217;ll be honest and tell you that I&#8217;ve always been somewhat annoyed with how it displays full usernames (&#8220;Mike Marusin&#8221;) rather than ScreenNames (&#8220;<a href="http://twitter.com/marusin">marusin</a>&#8220;).</p>
<p>Low and behold, there are a ton of &#8220;Power User Preferences&#8221; that can be done through the command line for version 3.1 (I&#8217;m running <a href="http://files.iconfactory.net/software/beta/Twitterrific_31b3.zip">3.1b3</a> -> direct download link)&#8230;</p>
<hr />
<em>From the Twitterific ReadMe file:</em></p>
<blockquote><p><strong>Power User Preferences</strong></p>
<p>The following list shows preferences that can be set with the command line. These preferences can be used to configure Twitterrific for special uses.</p>
<p>To set one of these &#8220;power user&#8221; preferences, quit Twitterrific and issue the following from a command line:</p>
<p>% defaults write com.iconfactory.Twitterrific [preference] [type] [value]</p>
<p>where [preference] is the name of the preference, [type] is the data type and [value] is the data value to use (shown in the table below.) After restarting Twitterrific, you should see the new preference setting.</p>
<p>To delete the preference and return to a default setting, use:</p>
<p>% defaults delete com.iconfactory.Twitterrific [preference]</p>
<p>Make sure that you match case when typing the [preference] keyâ€”baseurl is not the the same as baseUrl. Use man defaults for more information about setting defaults with the command line.</p>
<table>
<tr>
<td><strong>Preference</strong></td>
<td><strong>Type</strong></td>
<td><strong>Default Value</strong></td>
<td><strong>Description</strong></td>
</tr>
<tr>
<td>connectionLogging</td>
<td>-bool</td>
<td>NO</td>
<td>When this preference is set to YES, Twitterrific will log connection information to the Console. This is helpful for debugging Twitter problems.</p>
<tr>
<td>processTweetScriptPath</td>
<td>-string</td>
<td>None</td>
<td>A path to an AppleScript that will be used to process each new tweet that arrives. The script parameters are described below.</td>
</tr>
<tr>
<td>protocol</td>
<td>-string</td>
<td>&#8220;http://&#8221;</td>
<td>Allows Twitterrific to be configured for other protocols, such as &#8220;https://&#8221;.</td>
</tr>
<tr>
<td>baseUrl</td>
<td>-string</td>
<td>&#8220;twitter.com&#8221;</td>
<td>Allows Twitterrific to be configured for other servers supporting the Twitter API.</td>
</tr>
<tr>
<td>filterOwnTweets</td>
<td>-bool</td>
<td>NO</td>
<td>If this preference is set to YES, Twitterrific will not display your own tweets. It will only display the tweets of your friends.</td>
</tr>
<tr>
<td>tweetScreenNameFilter</td>
<td>-string</td>
<td>None</td>
<td>Defines an ICU regular expression that will be used to filter incoming tweets based on the screen name of the tweet. If you want to block everything from @crackheadjoe and @chattypatty, you would set this preference to &#8220;(crackheadjoe|chattypatty)&#8221;.</td>
</tr>
<tr>
<td>tweetTextFilter</td>
<td>-string</td>
<td>None</td>
<td>Defines an ICU regular expression that will be used to filter incoming tweets based on the text of the tweet. Setting this preference to &#8220;[cC][aA][nN] [hH][aA][sSzZ]&#8221; will let you avoid LOLCAT inanity.</td>
</tr>
<tr>
<td>maximumStatusCount</td>
<td>-integer</td>
<td>200</td>
<td>This preference specifies how many tweets from your timeline to hold in memory.</td>
</tr>
<tr>
<td>maximumMessagesCount</td>
<td>-integer</td>
<td>20</td>
<td>This preference specifies how many direct messages to hold in memory.</td>
</tr>
<tr>
<td>sonicTwooshTechnology</td>
<td>-bool</td>
<td>NO</td>
<td>The vocal stylings of Jonathan &#8216;Wolf&#8217; Rentzsch inform you when a posted tweet is exactly 140 characters long.</td>
</tr>
<tr>
<td>growlMaximumShown</td>
<td>-integer</td>
<td>5</td>
<td>This value sets the maximum number of Growl notifications that will be displayed after a refresh. If there are more than the maximum, a summary is displayed.</td>
</tr>
<tr>
<td>displayScreenName</td>
<td>-bool</td>
<td>NO</td>
<td>When this preference is set to YES, &#8220;chockenberry&#8221; will be displayed instead of &#8220;Craig Hockenberry.&#8221;</td>
</tr>
<tr>
<td>pinScrollingEdges</td>
<td>-bool</td>
<td>NO</td>
<td>This preference changes how the view is scrolled when &#8220;keep same view&#8221; is selected. If your view is at the very top of the list, that position is maintained.</td>
</tr>
</table>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.marusin.com/2008/02/12/setting-twitterific-power-user-preferences/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

