<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-9074529824943791718.post5879626525774898384..comments</id><updated>2011-12-20T07:55:42.160-05:00</updated><category term='cosmic acceleration'/><category term='education'/><category term='cryptography'/><category term='word processing'/><category term='philosophy science'/><category term='news'/><category term='explanation'/><category term='model theory'/><category term='statistical mechanics'/><category term='books'/><category term='closed timelike curves'/><category term='penrose'/><category term='black holes'/><category term='puzzle'/><category term='conference'/><category term='spacetime'/><category term='skydiving'/><category term='relativity'/><category term='string theory'/><category term='peer review'/><category term='historoy'/><category term='number theory'/><category term='video'/><category term='physics'/><category term='hawking radiation'/><category term='teaching'/><category term='science'/><category term='mother&apos;s day'/><category term='quantum theory'/><category term='logic'/><category term='angular velocity'/><category term='cosmology'/><category term='tutorial'/><category term='group theory'/><category term='philosophy'/><category term='determinism'/><category term='humean supervenience'/><category term='crank'/><category term='blog'/><category term='time'/><category term='general relativity'/><category term='galileo'/><category term='dark energy'/><category term='economics'/><category term='Special Relativity'/><category term='geneva'/><category term='persistence'/><category term='structural realism'/><category term='history'/><category term='differential geometry'/><category term='underdetermination'/><category term='new directions'/><category term='mathematics'/><category term='chess'/><category term='funk'/><category term='metaphysics'/><category term='computing'/><category term='google'/><category term='medicine'/><title type='text'>Comments on Soul Physics: Elegant Desktop ToDo List</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.soulphysics.org/feeds/5879626525774898384/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9074529824943791718/5879626525774898384/comments/default'/><link rel='alternate' type='text/html' href='http://www.soulphysics.org/2010/06/elegant-desktop-todo-list.html'/><author><name>Bryan</name><uri>http://www.blogger.com/profile/07379669532781325751</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_f9Rn0R_Ehz0/S4J7Z4SeTaI/AAAAAAAACnY/2aTxIBI9eLQ/s1600-R/SoulTweet.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>15</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-9074529824943791718.post-1417313451422841585</id><published>2011-12-20T04:16:50.754-05:00</published><updated>2011-12-20T04:16:50.754-05:00</updated><title type='text'>just a heads up - the link to the script seems to ...</title><content type='html'>just a heads up - the link to the script seems to be wrong... I ended up getting it at pitt.edu/~bwr6/misc/completion.zip &lt;br /&gt;&lt;br /&gt;was so impressed with what you&amp;#39;ve done I thought I should let you know so you can update it for others.&lt;br /&gt;&lt;br /&gt;keep up the great work and thanks.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9074529824943791718/5879626525774898384/comments/default/1417313451422841585'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9074529824943791718/5879626525774898384/comments/default/1417313451422841585'/><link rel='alternate' type='text/html' href='http://www.soulphysics.org/2010/06/elegant-desktop-todo-list.html?showComment=1324372610754#c1417313451422841585' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.soulphysics.org/2010/06/elegant-desktop-todo-list.html' ref='tag:blogger.com,1999:blog-9074529824943791718.post-5879626525774898384' source='http://www.blogger.com/feeds/9074529824943791718/posts/default/5879626525774898384' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-953708342'/></entry><entry><id>tag:blogger.com,1999:blog-9074529824943791718.post-4134172678989668704</id><published>2011-09-01T08:24:06.272-04:00</published><updated>2011-09-01T08:24:06.272-04:00</updated><title type='text'>Hmm, seem to be working for me. It&amp;#39;s a very si...</title><content type='html'>Hmm, seem to be working for me. It&amp;#39;s a very simple applescript though; here&amp;#39;s the text:&lt;br /&gt;&lt;br /&gt;-- For this script to work, you must change the path /Users/YOURUSERNAME/Dropbox/Lists/@Completed.txt to the location of your completed file.&lt;br /&gt;&lt;br /&gt;using terms from application &amp;quot;Quicksilver&amp;quot;&lt;br /&gt; on process text log_text&lt;br /&gt;  set theDate to (do shell script &amp;quot;date &amp;#39;+%m-%d-%Y %H:%M&amp;#39;&amp;quot;)&lt;br /&gt;  set theText to log_text&lt;br /&gt;  set theText to theDate &amp;amp; &amp;quot; &amp;quot; &amp;amp; theText &amp;amp; &amp;quot;&lt;br /&gt;&amp;quot;&lt;br /&gt;  set thePosixFilePath to &amp;quot;/Users/YOURUSERNAME/Dropbox/Lists/@Completed.txt&amp;quot; as string&lt;br /&gt;  set theFilePath to POSIX file thePosixFilePath&lt;br /&gt;  set theFileReference to open for access theFilePath with write permission&lt;br /&gt;  write theText to theFileReference starting at eof&lt;br /&gt;  close access theFileReference&lt;br /&gt; end process text&lt;br /&gt; &lt;br /&gt;end using terms from</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9074529824943791718/5879626525774898384/comments/default/4134172678989668704'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9074529824943791718/5879626525774898384/comments/default/4134172678989668704'/><link rel='alternate' type='text/html' href='http://www.soulphysics.org/2010/06/elegant-desktop-todo-list.html?showComment=1314879846272#c4134172678989668704' title=''/><author><name>Bryan</name><uri>http://www.blogger.com/profile/07379669532781325751</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_f9Rn0R_Ehz0/S4J7Z4SeTaI/AAAAAAAACnY/2aTxIBI9eLQ/s1600-R/SoulTweet.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.soulphysics.org/2010/06/elegant-desktop-todo-list.html' ref='tag:blogger.com,1999:blog-9074529824943791718.post-5879626525774898384' source='http://www.blogger.com/feeds/9074529824943791718/posts/default/5879626525774898384' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1241823979'/></entry><entry><id>tag:blogger.com,1999:blog-9074529824943791718.post-4875873828259349952</id><published>2011-08-31T16:22:46.691-04:00</published><updated>2011-08-31T16:22:46.691-04:00</updated><title type='text'>the script is gone. can you please check the path ...</title><content type='html'>the script is gone. can you please check the path to the script.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9074529824943791718/5879626525774898384/comments/default/4875873828259349952'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9074529824943791718/5879626525774898384/comments/default/4875873828259349952'/><link rel='alternate' type='text/html' href='http://www.soulphysics.org/2010/06/elegant-desktop-todo-list.html?showComment=1314822166691#c4875873828259349952' title=''/><author><name>Jermaine</name><uri>http://www.h2medien.com</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.soulphysics.org/2010/06/elegant-desktop-todo-list.html' ref='tag:blogger.com,1999:blog-9074529824943791718.post-5879626525774898384' source='http://www.blogger.com/feeds/9074529824943791718/posts/default/5879626525774898384' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1995892889'/></entry><entry><id>tag:blogger.com,1999:blog-9074529824943791718.post-4553784711561799069</id><published>2010-10-14T11:36:14.291-04:00</published><updated>2010-10-14T11:36:14.291-04:00</updated><title type='text'>&amp;quot;Timeout&amp;quot; is how long it takes to try ag...</title><content type='html'>&amp;quot;Timeout&amp;quot; is how long it takes to try again in case it fails to refresh. I&amp;#39;m not sure what&amp;#39;s going on, but here are some suggestions:&lt;br /&gt;&lt;br /&gt;- Make sure your ToDo list file is a .txt file (that&amp;#39;s the only doc-type that will work).&lt;br /&gt;&lt;br /&gt;- Make sure your shell script has the right command: cat /Users/.../YourFile.txt&lt;br /&gt;&lt;br /&gt;- Set the &amp;quot;refresh&amp;quot; time to 1 sec, and the &amp;quot;timeout&amp;quot; time to 0 sec.&lt;br /&gt;&lt;br /&gt;- Make sure the append function is working correctly: after appending, open the file by hand and check to make sure your string was actually added.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9074529824943791718/5879626525774898384/comments/default/4553784711561799069'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9074529824943791718/5879626525774898384/comments/default/4553784711561799069'/><link rel='alternate' type='text/html' href='http://www.soulphysics.org/2010/06/elegant-desktop-todo-list.html?showComment=1287070574291#c4553784711561799069' title=''/><author><name>Bryan</name><uri>http://www.blogger.com/profile/07379669532781325751</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_f9Rn0R_Ehz0/S4J7Z4SeTaI/AAAAAAAACnY/2aTxIBI9eLQ/s1600-R/SoulTweet.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.soulphysics.org/2010/06/elegant-desktop-todo-list.html' ref='tag:blogger.com,1999:blog-9074529824943791718.post-5879626525774898384' source='http://www.blogger.com/feeds/9074529824943791718/posts/default/5879626525774898384' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1241823979'/></entry><entry><id>tag:blogger.com,1999:blog-9074529824943791718.post-4018685522542292397</id><published>2010-10-14T11:14:58.411-04:00</published><updated>2010-10-14T11:14:58.411-04:00</updated><title type='text'>I am not sure,but if i create empty file in Termin...</title><content type='html'>I am not sure,but if i create empty file in Terminal it looks there is a &amp;quot;space&amp;quot; after extension so e.g todo.txt is in fact &amp;quot;todo.txt &amp;quot;. But even if it&amp;#39;s ok,I&amp;#39;ve managed to list content of the file but after using your way of append to, widget will not properly refresh. I&amp;#39;ve set refresh 1 sec and timeout 1 sec.&lt;br /&gt;What exactly means &amp;quot;timeout&amp;quot;?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9074529824943791718/5879626525774898384/comments/default/4018685522542292397'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9074529824943791718/5879626525774898384/comments/default/4018685522542292397'/><link rel='alternate' type='text/html' href='http://www.soulphysics.org/2010/06/elegant-desktop-todo-list.html?showComment=1287069298411#c4018685522542292397' title=''/><author><name>Beyo</name><uri>http://www.blogger.com/profile/02463188673678590553</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.soulphysics.org/2010/06/elegant-desktop-todo-list.html' ref='tag:blogger.com,1999:blog-9074529824943791718.post-5879626525774898384' source='http://www.blogger.com/feeds/9074529824943791718/posts/default/5879626525774898384' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-615041826'/></entry><entry><id>tag:blogger.com,1999:blog-9074529824943791718.post-5030662149164125341</id><published>2010-10-14T09:57:50.467-04:00</published><updated>2010-10-14T09:57:50.467-04:00</updated><title type='text'>Hmm, that&amp;#39;s unusual -- it&amp;#39;s working fine f...</title><content type='html'>Hmm, that&amp;#39;s unusual -- it&amp;#39;s working fine for me, but I&amp;#39;ll look into it, and let you know if I find anything!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9074529824943791718/5879626525774898384/comments/default/5030662149164125341'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9074529824943791718/5879626525774898384/comments/default/5030662149164125341'/><link rel='alternate' type='text/html' href='http://www.soulphysics.org/2010/06/elegant-desktop-todo-list.html?showComment=1287064670467#c5030662149164125341' title=''/><author><name>Bryan</name><uri>http://www.blogger.com/profile/07379669532781325751</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_f9Rn0R_Ehz0/S4J7Z4SeTaI/AAAAAAAACnY/2aTxIBI9eLQ/s1600-R/SoulTweet.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.soulphysics.org/2010/06/elegant-desktop-todo-list.html' ref='tag:blogger.com,1999:blog-9074529824943791718.post-5879626525774898384' source='http://www.blogger.com/feeds/9074529824943791718/posts/default/5879626525774898384' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1241823979'/></entry><entry><id>tag:blogger.com,1999:blog-9074529824943791718.post-6685662580130895862</id><published>2010-10-14T07:45:21.835-04:00</published><updated>2010-10-14T07:45:21.835-04:00</updated><title type='text'>Unfortunately it doesn&amp;#39;t work again. This time...</title><content type='html'>Unfortunately it doesn&amp;#39;t work again. This time it looks a bug in Geek Tool 3 12A. cat command doesnt work and doesn&amp;#39;t refresh properly. Anyone other notieced that?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9074529824943791718/5879626525774898384/comments/default/6685662580130895862'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9074529824943791718/5879626525774898384/comments/default/6685662580130895862'/><link rel='alternate' type='text/html' href='http://www.soulphysics.org/2010/06/elegant-desktop-todo-list.html?showComment=1287056721835#c6685662580130895862' title=''/><author><name>Beyo</name><uri>http://www.blogger.com/profile/02463188673678590553</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.soulphysics.org/2010/06/elegant-desktop-todo-list.html' ref='tag:blogger.com,1999:blog-9074529824943791718.post-5879626525774898384' source='http://www.blogger.com/feeds/9074529824943791718/posts/default/5879626525774898384' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-615041826'/></entry><entry><id>tag:blogger.com,1999:blog-9074529824943791718.post-8206015004575656815</id><published>2010-10-08T18:21:03.449-04:00</published><updated>2010-10-08T18:21:03.449-04:00</updated><title type='text'>Thanks it worked. It looks I had version for Leopa...</title><content type='html'>Thanks it worked. It looks I had version for Leopard installed on Snow thats why it was broken and I couldnt see prefrences</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9074529824943791718/5879626525774898384/comments/default/8206015004575656815'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9074529824943791718/5879626525774898384/comments/default/8206015004575656815'/><link rel='alternate' type='text/html' href='http://www.soulphysics.org/2010/06/elegant-desktop-todo-list.html?showComment=1286576463449#c8206015004575656815' title=''/><author><name>Beyo</name><uri>http://www.blogger.com/profile/02463188673678590553</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.soulphysics.org/2010/06/elegant-desktop-todo-list.html' ref='tag:blogger.com,1999:blog-9074529824943791718.post-5879626525774898384' source='http://www.blogger.com/feeds/9074529824943791718/posts/default/5879626525774898384' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-615041826'/></entry><entry><id>tag:blogger.com,1999:blog-9074529824943791718.post-4686442050938202125</id><published>2010-10-08T04:21:50.882-04:00</published><updated>2010-10-08T04:21:50.882-04:00</updated><title type='text'>I think my QS binary is broken,tried to download i...</title><content type='html'>I think my QS binary is broken,tried to download it several times but I cannot invoke Preferences window, cmd-, only invokes last screen seen.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9074529824943791718/5879626525774898384/comments/default/4686442050938202125'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9074529824943791718/5879626525774898384/comments/default/4686442050938202125'/><link rel='alternate' type='text/html' href='http://www.soulphysics.org/2010/06/elegant-desktop-todo-list.html?showComment=1286526110882#c4686442050938202125' title=''/><author><name>Beyo</name><uri>http://www.blogger.com/profile/02463188673678590553</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.soulphysics.org/2010/06/elegant-desktop-todo-list.html' ref='tag:blogger.com,1999:blog-9074529824943791718.post-5879626525774898384' source='http://www.blogger.com/feeds/9074529824943791718/posts/default/5879626525774898384' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-615041826'/></entry><entry><id>tag:blogger.com,1999:blog-9074529824943791718.post-1125360299582685821</id><published>2010-10-05T17:47:30.573-04:00</published><updated>2010-10-05T17:47:30.573-04:00</updated><title type='text'>Hi Beyo -- it&amp;#39;s the Flashlight command interfa...</title><content type='html'>Hi Beyo -- it&amp;#39;s the Flashlight command interface. Go to your Quicksilver preferences (invoke Quicksilver and hit Cmd-,) and select Plugins &amp;gt; All Plugins. Check the box next to &amp;quot;Flashlight Interface.&amp;quot; Then go to Preferences &amp;gt; Appearance, and change the command interface to &amp;quot;Flashlight.&amp;quot; That&amp;#39;s it!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9074529824943791718/5879626525774898384/comments/default/1125360299582685821'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9074529824943791718/5879626525774898384/comments/default/1125360299582685821'/><link rel='alternate' type='text/html' href='http://www.soulphysics.org/2010/06/elegant-desktop-todo-list.html?showComment=1286315250573#c1125360299582685821' title=''/><author><name>Bryan</name><uri>http://www.blogger.com/profile/07379669532781325751</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_f9Rn0R_Ehz0/S4J7Z4SeTaI/AAAAAAAACnY/2aTxIBI9eLQ/s1600-R/SoulTweet.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.soulphysics.org/2010/06/elegant-desktop-todo-list.html' ref='tag:blogger.com,1999:blog-9074529824943791718.post-5879626525774898384' source='http://www.blogger.com/feeds/9074529824943791718/posts/default/5879626525774898384' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1241823979'/></entry><entry><id>tag:blogger.com,1999:blog-9074529824943791718.post-5670371819245669355</id><published>2010-10-05T16:09:03.482-04:00</published><updated>2010-10-05T16:09:03.482-04:00</updated><title type='text'>How you get this spotlight-like window for searchn...</title><content type='html'>How you get this spotlight-like window for searchning in quicksilver?&lt;br /&gt;I have always some rectangular area in the middle of screeen</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9074529824943791718/5879626525774898384/comments/default/5670371819245669355'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9074529824943791718/5879626525774898384/comments/default/5670371819245669355'/><link rel='alternate' type='text/html' href='http://www.soulphysics.org/2010/06/elegant-desktop-todo-list.html?showComment=1286309343482#c5670371819245669355' title=''/><author><name>Beyo</name><uri>http://www.blogger.com/profile/02463188673678590553</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.soulphysics.org/2010/06/elegant-desktop-todo-list.html' ref='tag:blogger.com,1999:blog-9074529824943791718.post-5879626525774898384' source='http://www.blogger.com/feeds/9074529824943791718/posts/default/5879626525774898384' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-615041826'/></entry><entry><id>tag:blogger.com,1999:blog-9074529824943791718.post-1735007821267882997</id><published>2010-07-13T11:13:43.827-04:00</published><updated>2010-07-13T11:13:43.827-04:00</updated><title type='text'>Ok I had your answer to my pending list =)

I foun...</title><content type='html'>Ok I had your answer to my pending list =)&lt;br /&gt;&lt;br /&gt;I found something new: The last temporary file (@again.txt) is useless. After &amp;quot;time out&amp;quot;, it would be interesting to move back the task to @todo.txt with a new symbol (for instance [F]: pour Fail after 1 week waiting).&lt;br /&gt;&lt;br /&gt;It&amp;#39;s 1 week waiting for all because time management in unix shell script is a little bit hard. (Except if you have ideas).&lt;br /&gt;&lt;br /&gt;Mathieu</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9074529824943791718/5879626525774898384/comments/default/1735007821267882997'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9074529824943791718/5879626525774898384/comments/default/1735007821267882997'/><link rel='alternate' type='text/html' href='http://www.soulphysics.org/2010/06/elegant-desktop-todo-list.html?showComment=1279034023827#c1735007821267882997' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.soulphysics.org/2010/06/elegant-desktop-todo-list.html' ref='tag:blogger.com,1999:blog-9074529824943791718.post-5879626525774898384' source='http://www.blogger.com/feeds/9074529824943791718/posts/default/5879626525774898384' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-125886125'/></entry><entry><id>tag:blogger.com,1999:blog-9074529824943791718.post-7858075260833498098</id><published>2010-07-13T06:29:52.104-04:00</published><updated>2010-07-13T06:29:52.104-04:00</updated><title type='text'>Excellent -- many thanks for sharing, Mathieu! The...</title><content type='html'>Excellent -- many thanks for sharing, Mathieu! The pending tasks script is very interesting. I&amp;#39;ll give it a try and let you know what I think.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9074529824943791718/5879626525774898384/comments/default/7858075260833498098'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9074529824943791718/5879626525774898384/comments/default/7858075260833498098'/><link rel='alternate' type='text/html' href='http://www.soulphysics.org/2010/06/elegant-desktop-todo-list.html?showComment=1279016992104#c7858075260833498098' title=''/><author><name>Bryan</name><uri>http://www.blogger.com/profile/07379669532781325751</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_f9Rn0R_Ehz0/S4J7Z4SeTaI/AAAAAAAACnY/2aTxIBI9eLQ/s1600-R/SoulTweet.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.soulphysics.org/2010/06/elegant-desktop-todo-list.html' ref='tag:blogger.com,1999:blog-9074529824943791718.post-5879626525774898384' source='http://www.blogger.com/feeds/9074529824943791718/posts/default/5879626525774898384' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1241823979'/></entry><entry><id>tag:blogger.com,1999:blog-9074529824943791718.post-1933150015823051048</id><published>2010-07-13T03:32:39.705-04:00</published><updated>2010-07-13T03:32:39.705-04:00</updated><title type='text'>Huh? wrong file for the first code. Here the right...</title><content type='html'>Huh? wrong file for the first code. Here the right one.&lt;br /&gt;&lt;br /&gt;-- For this script to work, you must change the path /Users/YOURUSERNAME/Dropbox/Lists/@Completed.txt to the location of your completed file.&lt;br /&gt;-- For more on how to use this script, visit soulphysics.org&lt;br /&gt;&lt;br /&gt;using terms from application &amp;quot;Quicksilver&amp;quot;&lt;br /&gt; on process text log_text&lt;br /&gt;  set theDate to (do shell script &amp;quot;date &amp;#39;+%m-%d-%Y %H:%M&amp;#39;&amp;quot;)&lt;br /&gt;  set theShortDate to (do shell script &amp;quot;date &amp;#39;+%m-%d-%Y&amp;#39;&amp;quot;)&lt;br /&gt;  set oldDate to (do shell script &amp;quot;cat /Users/USERNAME/Desktop/TodoList/@Completed.txt | tail -1 | cut -d&amp;#39; &amp;#39; -f1&amp;quot;)&lt;br /&gt;  set theText to log_text&lt;br /&gt;  -- Si la date est different alors saut de ligne.&lt;br /&gt;  set daytext to &amp;quot;&amp;quot;&lt;br /&gt;  if oldDate is not equal to theShortDate then&lt;br /&gt;   set daytext to &amp;quot;&lt;br /&gt;&amp;quot;&lt;br /&gt;  end if&lt;br /&gt;  set theText to daytext &amp;amp; theDate &amp;amp; &amp;quot; &amp;quot; &amp;amp; theText &amp;amp; &amp;quot;&lt;br /&gt;&amp;quot;&lt;br /&gt;  set thePosixFilePath to &amp;quot;/Users/USERNAME/Desktop/TodoList/@Completed.txt&amp;quot; as string&lt;br /&gt;  set theFilePath to POSIX file thePosixFilePath&lt;br /&gt;  set theFileReference to open for access theFilePath with write permission&lt;br /&gt;  write theText to theFileReference starting at eof&lt;br /&gt;  close access theFileReference&lt;br /&gt; end process text&lt;br /&gt; &lt;br /&gt;end using terms from&lt;br /&gt;&lt;br /&gt;Mathieu</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9074529824943791718/5879626525774898384/comments/default/1933150015823051048'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9074529824943791718/5879626525774898384/comments/default/1933150015823051048'/><link rel='alternate' type='text/html' href='http://www.soulphysics.org/2010/06/elegant-desktop-todo-list.html?showComment=1279006359705#c1933150015823051048' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.soulphysics.org/2010/06/elegant-desktop-todo-list.html' ref='tag:blogger.com,1999:blog-9074529824943791718.post-5879626525774898384' source='http://www.blogger.com/feeds/9074529824943791718/posts/default/5879626525774898384' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-237924478'/></entry><entry><id>tag:blogger.com,1999:blog-9074529824943791718.post-1849468134766328218</id><published>2010-07-13T03:28:43.577-04:00</published><updated>2010-07-13T03:28:43.577-04:00</updated><title type='text'>Very powerfull tools !

I updated your script to a...</title><content type='html'>Very powerfull tools !&lt;br /&gt;&lt;br /&gt;I updated your script to add a blank line between new days. &lt;br /&gt;&lt;br /&gt;using terms from application &amp;quot;Quicksilver&amp;quot;&lt;br /&gt; on process text log_text&lt;br /&gt;  set theDate to (do shell script &amp;quot;date &amp;#39;+%m-%d-%Y %H:%M&amp;#39;&amp;quot;)&lt;br /&gt;  set theText to log_text&lt;br /&gt;  set theText to theDate &amp;amp; &amp;quot; &amp;quot; &amp;amp; theText &amp;amp; &amp;quot;&lt;br /&gt;&amp;quot;&lt;br /&gt;  set thePosixFilePath to &amp;quot;/Users/USERNAME/Desktop/TodoList/@Attente.txt&amp;quot; as string&lt;br /&gt;  set theFilePath to POSIX file thePosixFilePath&lt;br /&gt;  set theFileReference to open for access theFilePath with write permission&lt;br /&gt;  write theText to theFileReference starting at eof&lt;br /&gt;  close access theFileReference&lt;br /&gt; end process text&lt;br /&gt; &lt;br /&gt;end using terms from&lt;br /&gt;&lt;br /&gt;----&lt;br /&gt;Here a second script to watch task that are not finished yet and they doesn&amp;#39;t depend on yourself anymore. For: example: you bought a book on internet and your waiting for delivery. OR you sent a mail to your administration and you&amp;#39;re waiting for an answer...&lt;br /&gt;&lt;br /&gt;# Pending file, temporyfile, and Timeout file&lt;br /&gt;file=/Users/USERNAME/Desktop/TodoList/@Attente.txt&lt;br /&gt;filetp=/Users/USERNAME/Desktop/TodoList/@Attentetp.txt&lt;br /&gt;fileAgain=/Users/USERNAME/Desktop/TodoList/@Again.txt&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;x=0&lt;br /&gt;# Refresh every 3600 s required&lt;br /&gt;# 1 week max Wait : 7 days x 24h = 168 dots.&lt;br /&gt;&lt;br /&gt;MaxWait=168&lt;br /&gt;touch $filetp&lt;br /&gt;echo $(wc -l &amp;lt; $file)&lt;br /&gt;&lt;br /&gt;# Read file line per line&lt;br /&gt;while [ $x -lt $(wc -l &amp;lt; $file) ]&lt;br /&gt;do&lt;br /&gt;&lt;br /&gt;str=&amp;quot;&amp;quot;&lt;br /&gt;x=$(($x+1))&lt;br /&gt;ln=$(head -n $x $file | tail -n 1)&lt;br /&gt;str=$str&amp;quot;.&amp;quot;&lt;br /&gt;ln=$str$ln&lt;br /&gt;&lt;br /&gt;NowStr=$(echo $ln | wc -m)&lt;br /&gt;ShortStr=$(echo $ln | sed s/\\.*// | wc -m)&lt;br /&gt;&lt;br /&gt;# Distance between 2 dates (cmp numbers of dots)&lt;br /&gt;TimeDist=$(expr $NowStr - $ShortStr)&lt;br /&gt;&lt;br /&gt;if [ $TimeDist -lt $MaxWait ]; then&lt;br /&gt; echo &amp;quot;[&amp;quot; $TimeDist &amp;quot;]&amp;quot; $str$ln&lt;br /&gt; echo $str$ln &amp;gt;&amp;gt; $filetp&lt;br /&gt;else&lt;br /&gt;# write in the file the unfinished task after 168 dots &lt;br /&gt; tp=$(echo $ln | sed s/\\.*//)&lt;br /&gt; echo $tp &amp;quot;TIME OUT&amp;quot;&lt;br /&gt; echo $tp &amp;gt;&amp;gt; $fileAgain&lt;br /&gt;fi&lt;br /&gt;done&lt;br /&gt;mv $filetp $file&lt;br /&gt;exit 0&lt;br /&gt;----&lt;br /&gt;&lt;br /&gt;I can be interesting to use it with mails sent (using a particular character in subject of instance).</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9074529824943791718/5879626525774898384/comments/default/1849468134766328218'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9074529824943791718/5879626525774898384/comments/default/1849468134766328218'/><link rel='alternate' type='text/html' href='http://www.soulphysics.org/2010/06/elegant-desktop-todo-list.html?showComment=1279006123577#c1849468134766328218' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.soulphysics.org/2010/06/elegant-desktop-todo-list.html' ref='tag:blogger.com,1999:blog-9074529824943791718.post-5879626525774898384' source='http://www.blogger.com/feeds/9074529824943791718/posts/default/5879626525774898384' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-237924478'/></entry></feed>
