<?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>gHacks technology news &#187; clipcopy</title>
	<atom:link href="http://www.ghacks.net/tag/clipcopy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Mon, 23 Nov 2009 22:22:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Copy Command Line Outputs Directly To The Clipboard</title>
		<link>http://www.ghacks.net/2008/12/02/copy-command-line-outputs-directly-to-the-clipboard/</link>
		<comments>http://www.ghacks.net/2008/12/02/copy-command-line-outputs-directly-to-the-clipboard/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 14:54:07 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[clipboard]]></category>
		<category><![CDATA[clipcopy]]></category>
		<category><![CDATA[command-line]]></category>
		<category><![CDATA[donation-coder]]></category>
		<category><![CDATA[portable software]]></category>
		<category><![CDATA[windows software]]></category>
		<category><![CDATA[windows-clipboard]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=8661</guid>
		<description><![CDATA[If you regularly save command line output into text files to process it further you might like a solution that copies the output directly to the clipboard to be able to process it faster. One of the best places to find tiny but useful applications is the Donation Coder forum and ClipCopy, the tool to [...]]]></description>
			<content:encoded><![CDATA[<p>If you regularly save command line output into text files to process it further you might like a solution that copies the output directly to the clipboard to be able to process it faster. One of the best places to find tiny but useful applications is the <a href="http://www.donationcoder.com/">Donation Coder</a> forum and ClipCopy, the tool to copy command line output directly to the clipboard, was discovered there as well.</p>
<p><a href="http://www.donationcoder.com/Forums/bb/index.php?topic=15720">ClipCopy</a> is a portable software for the command line that can easily be used to copy output directly to the Windows clipboard. The easiest way to use the software is by appending it to the command issued. To copy the output with Clipcopy one would simply use the command <code>dir | clipcopy</code></p>
<p>The output size is not limited which means that it can copy large amounts of data to the Windows clipboard easily. The command will not echo the dir command in the command line. Clipcopy provides an option to do both. This is done by appending the <code>-e</code> parameter to the command. The full command would be <code>dir | clipcopy -e</code> for that.</p>
<p><span id="more-8661"></span>It is also possible to output clipboard contents to the command line with <code>clipcopy -g</code> which can also be combined with the command to output the clipboard to a file with <code>clipcopy -g > file.txt</code>.</p>
<p>Lastly there is the option to output text to the clipboard with <strong>clipcopy text</strong>.</p>

	Tags: <a href="http://www.ghacks.net/tag/clipboard/" title="clipboard" rel="tag">clipboard</a>, <a href="http://www.ghacks.net/tag/clipcopy/" title="clipcopy" rel="tag">clipcopy</a>, <a href="http://www.ghacks.net/tag/command-line/" title="command-line" rel="tag">command-line</a>, <a href="http://www.ghacks.net/tag/donation-coder/" title="donation-coder" rel="tag">donation-coder</a>, <a href="http://www.ghacks.net/tag/portable-software/" title="portable software" rel="tag">portable software</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a>, <a href="http://www.ghacks.net/tag/windows-clipboard/" title="windows-clipboard" rel="tag">windows-clipboard</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/11/15/windows-clipboard-manager-pastecopy/" title="Windows Clipboard Manager PasteCopy (November 15, 2009)">Windows Clipboard Manager PasteCopy</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/08/04/windows-clipboard-enhancer-cccctrlc/" title="Windows Clipboard Enhancer CCCCtrlC (August 4, 2009)">Windows Clipboard Enhancer CCCCtrlC</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/07/04/trout-is-a-lightweight-free-music-player/" title="Trout Is A Lightweight Free Music Player (July 4, 2009)">Trout Is A Lightweight Free Music Player</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/04/12/sort-files-folders-automatically/" title="Sort Files Folders Automatically (April 12, 2009)">Sort Files Folders Automatically</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/03/06/pick-me-selects-random-files-from-directories/" title="Pick Me Selects Random Files From Directories (March 6, 2009)">Pick Me Selects Random Files From Directories</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/12/02/copy-command-line-outputs-directly-to-the-clipboard/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
