<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - noah</title>
<link>http://snipplr.com/users/noah/tags/copy</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 17:02:51 GMT</pubDate>
<item>
<title>(Bash) clipboard commands for OSX</title>
<link>http://snipplr.com/view/3350/clipboard-commands-for-osx/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 23 Jul 2007 11:44:20 GMT</pubDate>
<guid>http://snipplr.com/view/3350/clipboard-commands-for-osx/</guid>
</item>
<item>
<title>(Perl) id3.pl</title>
<link>http://snipplr.com/view/3129/id3pl/</link>
<description><![CDATA[ <p>This script takes a list of directories as its argument. 
  For mp3s that don't have any id3 information, guess      
  the name of the artist and track based on the filename   
  and use the MP3-Info module to insert that guess into    
  the file as id3v1 tags.</p> ]]></description>
<pubDate>Tue, 03 Jul 2007 22:40:18 GMT</pubDate>
<guid>http://snipplr.com/view/3129/id3pl/</guid>
</item>
<item>
<title>(Perl) Move MP3s into Artist/Album folders</title>
<link>http://snipplr.com/view/3128/move-mp3s-into-artistalbum-folders/</link>
<description><![CDATA[ <p>Given a directory of MP3s, read the ID3 tags and reorganize the directory so that all of the MP3s reside in folders that are nested in the order: Artist/Album/File.mp3</p> ]]></description>
<pubDate>Tue, 03 Jul 2007 22:37:20 GMT</pubDate>
<guid>http://snipplr.com/view/3128/move-mp3s-into-artistalbum-folders/</guid>
</item>
<item>
<title>(Bash) rsync backup directory</title>
<link>http://snipplr.com/view/2798/rsync-backup-directory/</link>
<description><![CDATA[ <p>The --delete switch causes files that have been deleted from the source directory, to also be deleted from the target directory.</p> ]]></description>
<pubDate>Mon, 04 Jun 2007 07:37:02 GMT</pubDate>
<guid>http://snipplr.com/view/2798/rsync-backup-directory/</guid>
</item>
<item>
<title>(JavaScript) Summarize Web page bookmarklet</title>
<link>http://snipplr.com/view/2573/summarize-web-page-bookmarklet/</link>
<description><![CDATA[ <p>Grabs the URL, TITLE, and selected text (if any) from the current page.  Then makes a new window with a TEXTAREA and pastes the text into the new window.

This version was designed to work with a client's Jira installation, so it filters the identifying string off the end of titles.  

In practice this bookmarklet will work on any Web page.</p> ]]></description>
<pubDate>Tue, 01 May 2007 19:18:50 GMT</pubDate>
<guid>http://snipplr.com/view/2573/summarize-web-page-bookmarklet/</guid>
</item>
<item>
<title>(JavaScript) copy selected text</title>
<link>http://snipplr.com/view/2383/copy-selected-text/</link>
<description><![CDATA[ <p>This function returns the text that the user currently has selected.</p> ]]></description>
<pubDate>Fri, 23 Mar 2007 14:28:37 GMT</pubDate>
<guid>http://snipplr.com/view/2383/copy-selected-text/</guid>
</item>
</channel>
</rss>