<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:go='http://ns.gigaom.com/'
xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: How to Automatically Generate Application Lists</title>
	<atom:link href="http://gigaom.com/apple/how-to-automatically-generate-application-lists/feed/" rel="self" type="application/rss+xml" />
	<link>http://gigaom.com/apple/how-to-automatically-generate-application-lists/</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 17:23:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Domenico Bettinelli</title>
		<link>http://gigaom.com/apple/how-to-automatically-generate-application-lists/#comment-315008</link>
		<dc:creator><![CDATA[Domenico Bettinelli]]></dc:creator>
		<pubDate>Thu, 07 Dec 2006 21:55:08 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2006/12/06/how-to-automatically-generate-application-lists/#comment-315008</guid>
		<description><![CDATA[I&#039;m curious why the Automator action is &quot;Run Applescript&quot; instead of &quot;Run Shell Script&quot;. Works just as well without having to throw in the extra Applescript wrapper. Unless I&#039;m missing something.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m curious why the Automator action is &#8220;Run Applescript&#8221; instead of &#8220;Run Shell Script&#8221;. Works just as well without having to throw in the extra Applescript wrapper. Unless I&#8217;m missing something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Honza</title>
		<link>http://gigaom.com/apple/how-to-automatically-generate-application-lists/#comment-315007</link>
		<dc:creator><![CDATA[Honza]]></dc:creator>
		<pubDate>Thu, 07 Dec 2006 11:53:21 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2006/12/06/how-to-automatically-generate-application-lists/#comment-315007</guid>
		<description><![CDATA[If you dont want to overwrite the apps list every time its run (maybe you want a history of your installed apps incase something gets lost) then use this:

&gt; ~/Documents/app_list.txt_$(date +%d%m%y)

This will give you a filename like:

app_list.txt_071206 which will only get overwritten if you run it more than once on the same day.]]></description>
		<content:encoded><![CDATA[<p>If you dont want to overwrite the apps list every time its run (maybe you want a history of your installed apps incase something gets lost) then use this:</p>
<p>&gt; ~/Documents/app_list.txt_$(date +%d%m%y)</p>
<p>This will give you a filename like:</p>
<p>app_list.txt_071206 which will only get overwritten if you run it more than once on the same day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Clark</title>
		<link>http://gigaom.com/apple/how-to-automatically-generate-application-lists/#comment-315006</link>
		<dc:creator><![CDATA[Michael Clark]]></dc:creator>
		<pubDate>Thu, 07 Dec 2006 05:06:24 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2006/12/06/how-to-automatically-generate-application-lists/#comment-315006</guid>
		<description><![CDATA[Another thing to keep in mind is if you have any Applications under your home folder (~/Applications/ ) you need to maintain that listing as well. When I am trying out a program, I install it under my home folder&#039;s App folder until I am pretty sure I will be using the app regularly.]]></description>
		<content:encoded><![CDATA[<p>Another thing to keep in mind is if you have any Applications under your home folder (~/Applications/ ) you need to maintain that listing as well. When I am trying out a program, I install it under my home folder&#8217;s App folder until I am pretty sure I will be using the app regularly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Margit</title>
		<link>http://gigaom.com/apple/how-to-automatically-generate-application-lists/#comment-315005</link>
		<dc:creator><![CDATA[Margit]]></dc:creator>
		<pubDate>Thu, 07 Dec 2006 01:03:06 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2006/12/06/how-to-automatically-generate-application-lists/#comment-315005</guid>
		<description><![CDATA[Although I didn&#039;t submit the idea, this was my ideal &quot;dream app&quot; but it would need to be able to extract the registration codes for each application as well as just listing it.  Finding the assorted bundles, plug-ins and menu-extras has also been important to me when performing a clean install.  An application list is nice, but it is only a start.]]></description>
		<content:encoded><![CDATA[<p>Although I didn&#8217;t submit the idea, this was my ideal &#8220;dream app&#8221; but it would need to be able to extract the registration codes for each application as well as just listing it.  Finding the assorted bundles, plug-ins and menu-extras has also been important to me when performing a clean install.  An application list is nice, but it is only a start.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Neal</title>
		<link>http://gigaom.com/apple/how-to-automatically-generate-application-lists/#comment-315004</link>
		<dc:creator><![CDATA[Richard Neal]]></dc:creator>
		<pubDate>Wed, 06 Dec 2006 21:08:53 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2006/12/06/how-to-automatically-generate-application-lists/#comment-315004</guid>
		<description><![CDATA[Hm, I don&#039;t know if this is possible with Automator or Terminal, but what if you used something like DownloadComment (http://www.macupdate.com/info.php/id/15833) beforehand to put the download URL of all your apps in their comments, and then could extract that and put it in the text file as well? That&#039;d sure make it a lot easier to redownloaded them all.]]></description>
		<content:encoded><![CDATA[<p>Hm, I don&#8217;t know if this is possible with Automator or Terminal, but what if you used something like DownloadComment (<a href="http://www.macupdate.com/info.php/id/15833" rel="nofollow">http://www.macupdate.com/info.php/id/15833</a>) beforehand to put the download URL of all your apps in their comments, and then could extract that and put it in the text file as well? That&#8217;d sure make it a lot easier to redownloaded them all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Roberts</title>
		<link>http://gigaom.com/apple/how-to-automatically-generate-application-lists/#comment-315003</link>
		<dc:creator><![CDATA[Stephen Roberts]]></dc:creator>
		<pubDate>Wed, 06 Dec 2006 19:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2006/12/06/how-to-automatically-generate-application-lists/#comment-315003</guid>
		<description><![CDATA[I too use subdirectories to group applications so needed a way to dig through them more politely than &#039;ls -R&#039;.

Ugly, but it works:

 do shell script &quot;find  /Applications &gt; ~/Documents/full_app_list.txt&quot;
 do shell script &quot;grep -h &#039;app$&#039; ~/Documents/full_app_list.txt &gt; ~/Documents/app_list.txt&quot;
 do shell script &quot;rm ~/Documents/full_app_list.txt&quot;


It creates a full &#039;ls -R&#039; listing, greps it for applications (*.app) to build an application list, then deletes the full list. (tho I ended up leaving the full list in place too, just as a backup).


Seems to work since apps seem to always have the *.app tags.]]></description>
		<content:encoded><![CDATA[<p>I too use subdirectories to group applications so needed a way to dig through them more politely than &#8216;ls -R&#8217;.</p>
<p>Ugly, but it works:</p>
<p> do shell script &#8220;find  /Applications &gt; ~/Documents/full_app_list.txt&#8221;<br />
 do shell script &#8220;grep -h &#8216;app$&#8217; ~/Documents/full_app_list.txt &gt; ~/Documents/app_list.txt&#8221;<br />
 do shell script &#8220;rm ~/Documents/full_app_list.txt&#8221;</p>
<p>It creates a full &#8216;ls -R&#8217; listing, greps it for applications (*.app) to build an application list, then deletes the full list. (tho I ended up leaving the full list in place too, just as a backup).</p>
<p>Seems to work since apps seem to always have the *.app tags.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc D.</title>
		<link>http://gigaom.com/apple/how-to-automatically-generate-application-lists/#comment-315002</link>
		<dc:creator><![CDATA[Marc D.]]></dc:creator>
		<pubDate>Wed, 06 Dec 2006 17:55:10 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2006/12/06/how-to-automatically-generate-application-lists/#comment-315002</guid>
		<description><![CDATA[This is just like the hint I submittd to macosxhints.com last week. I run mine at startup, though some of the commenters offered advice for adding it to the cron jobs which makes it far more automated.

Even though it isn&#039;t recursive, as long as the folder name is the same/similar as the application it&#039;s good enough for me since I can use that to find it on macupdate or versiontracker.

http://www.macosxhints.com/article.php?story=20061126015107894]]></description>
		<content:encoded><![CDATA[<p>This is just like the hint I submittd to macosxhints.com last week. I run mine at startup, though some of the commenters offered advice for adding it to the cron jobs which makes it far more automated.</p>
<p>Even though it isn&#8217;t recursive, as long as the folder name is the same/similar as the application it&#8217;s good enough for me since I can use that to find it on macupdate or versiontracker.</p>
<p><a href="http://www.macosxhints.com/article.php?story=20061126015107894" rel="nofollow">http://www.macosxhints.com/article.php?story=20061126015107894</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Clark</title>
		<link>http://gigaom.com/apple/how-to-automatically-generate-application-lists/#comment-315001</link>
		<dc:creator><![CDATA[Michael Clark]]></dc:creator>
		<pubDate>Wed, 06 Dec 2006 17:39:23 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2006/12/06/how-to-automatically-generate-application-lists/#comment-315001</guid>
		<description><![CDATA[Replace the ls command with this:

find -f /Applications/ &#124; grep -v &quot;/Contents&quot; &#124; grep .app$

and you&#039;ll get a listing of Folder&#039;s applications as well.]]></description>
		<content:encoded><![CDATA[<p>Replace the ls command with this:</p>
<p>find -f /Applications/ | grep -v &#8220;/Contents&#8221; | grep .app$</p>
<p>and you&#8217;ll get a listing of Folder&#8217;s applications as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Appleyard</title>
		<link>http://gigaom.com/apple/how-to-automatically-generate-application-lists/#comment-315000</link>
		<dc:creator><![CDATA[David Appleyard]]></dc:creator>
		<pubDate>Wed, 06 Dec 2006 16:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2006/12/06/how-to-automatically-generate-application-lists/#comment-315000</guid>
		<description><![CDATA[The command:

ls -R

Does the same thing recursively, but that means it goes into every package and shows all the details about it, contents, resources etc. Not ideal :-)]]></description>
		<content:encoded><![CDATA[<p>The command:</p>
<p>ls -R</p>
<p>Does the same thing recursively, but that means it goes into every package and shows all the details about it, contents, resources etc. Not ideal :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Baz</title>
		<link>http://gigaom.com/apple/how-to-automatically-generate-application-lists/#comment-314999</link>
		<dc:creator><![CDATA[Baz]]></dc:creator>
		<pubDate>Wed, 06 Dec 2006 15:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2006/12/06/how-to-automatically-generate-application-lists/#comment-314999</guid>
		<description><![CDATA[Truly helpful but I see some things lacking.  One the shell script used does not traverse folders for example if you have organize apps into subfolders. Or have put a app into the Utilities folder the shell script &#039;ls&quot; will not list them. It will only list the Utilities Folder. Workarounds might be to change the ls command to perform a recursive listing or maybe use the find command instead as the step in automator to look for applications  in the Applications folder.

just my 2cents!
:-)]]></description>
		<content:encoded><![CDATA[<p>Truly helpful but I see some things lacking.  One the shell script used does not traverse folders for example if you have organize apps into subfolders. Or have put a app into the Utilities folder the shell script &#8216;ls&#8221; will not list them. It will only list the Utilities Folder. Workarounds might be to change the ls command to perform a recursive listing or maybe use the find command instead as the step in automator to look for applications  in the Applications folder.</p>
<p>just my 2cents!<br />
:-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Appleyard</title>
		<link>http://gigaom.com/apple/how-to-automatically-generate-application-lists/#comment-314998</link>
		<dc:creator><![CDATA[David Appleyard]]></dc:creator>
		<pubDate>Wed, 06 Dec 2006 15:05:15 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2006/12/06/how-to-automatically-generate-application-lists/#comment-314998</guid>
		<description><![CDATA[Great little tip - Thanks!]]></description>
		<content:encoded><![CDATA[<p>Great little tip &#8211; Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

