Showing posts with label ccc. Show all posts
Showing posts with label ccc. Show all posts

Tuesday, April 26, 2011

ccc (Clipboard Character Count) v1.0.2 Released

I just posted a small update to my ccc (“Clipboard Character Count”) utility.

ccc is a simple command-line utility for Windows that I originally wrote back in 2006, which returns the count of characters currently present on the system clipboard.  (Useful these days to quickly see if a thought you’ve jotted down will fit in an SMS message or twitter update.)

In this update, ccc now looks for HTML table data present on the clipboard (i.e. content copied to the clipboard from a table on a web page); if present, ccc additionally reports the number of rows present in the copied portion of the table (based on the count of <tr> tags present in the copied data). This is a slightly faster way to get a count of the number of rows in an HTML table than pasting the content into a fresh Excel sheet and looking at the row number of the bottom row of data.

Share and Enjoy: ccc 1.0.2 (4k).  You can also get it on my Windows utilities page.

Friday, July 14, 2006

New utility for download: ccc.exe ("Clipboard Character Count")

I've put a new command-line utility that I developed, ccc.exe, up for download on my utilities page.

ccc is short for "clipboard character count". This simple utility returns the number of characters currently present on the Windows clipboard.

The utility supports an optional -all switch to specify that the utility should return the length of all forms of text from the System.Windows.Forms.TextDataFormat enum, instead of just returning the count of plain text characters.

ccc.exe screen capture