<?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 &#124; Latest Tech News, Software And Tutorials &#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 news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 16:53:42 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <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 Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></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/forum/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> ]]></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>
