<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (DennisLaumen)</title>
    <link>https://pinboard.in/u:DennisLaumen/public/</link>
    <description>recent bookmarks from DennisLaumen</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="http://furbo.org/2014/09/03/the-terminal/"/>
	<rdf:li rdf:resource="http://ginatrapani.github.com/todo.txt-cli/"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="http://furbo.org/2014/09/03/the-terminal/">
    <title>The Terminal</title>
    <dc:date>2014-09-05T06:57:45+00:00</dc:date>
    <link>http://furbo.org/2014/09/03/the-terminal/</link>
    <dc:creator>DennisLaumen</dc:creator><description><![CDATA[I’ve been using the Unix command line since 1983 and like most software developers, the Terminal app is a permanent fixture in my Dock. Over the years I’ve learned a lot of things that make working in this environment more productive, but even old dogs like me are constantly learning new tricks.

As much as I love them, these long “trick lists” on Stack Overflow have a problem: they’re poorly organized with little narrative describing why you’d want to use a technique. This long homage to the command line is my attempt to remedy that situation.

Note: I originally learned the shell using the newfangled csh (which was a huge improvement over the original sh.) When I first started using Mac OS X, I tweaked it to use tcsh because that’s what I knew and loved. Over time, I gave up using these tweaks and started using the default shell: bash. The following examples assume that you’re doing the same.]]></description>
<dc:subject>macosx shell</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:DennisLaumen/b:8a4165b55d34/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:macosx"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:shell"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://ginatrapani.github.com/todo.txt-cli/">
    <title>Todo.txt Command Line Interface</title>
    <dc:date>2010-03-24T19:45:53+00:00</dc:date>
    <link>http://ginatrapani.github.com/todo.txt-cli/</link>
    <dc:creator>DennisLaumen</dc:creator><description><![CDATA[If you've got a file called todo.txt on your computer right now, you're in the right place. Countless software applications and web sites can manage your to-do list with all sorts of bells and whistles. But if you don't want to depend on someone else's data format or someone else's server, a plain text file is the way to go.

Problem is, you don't want to launch a full-blown text editor every time you need to add an item to your to-do list, or mark one that's already there as complete. With a simple but powerful shell script called todo.sh, you can interact with todo.txt at the command line for quick and easy, Unix-y access.]]></description>
<dc:subject>ginatrapani productivity tasks shell</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:DennisLaumen/b:5b20c6515687/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:ginatrapani"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:productivity"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:tasks"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:shell"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>