<?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/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>ClipboardFusion RSS: Language Support - Powershell</title>
<atom:link href="https://www.clipboardfusion.com/Discussions/RSS/?TopicID=28070fc0-daf7-4c07-b64f-da6b54c11287" rel="self" type="application/rss+xml" />
<link>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=28070fc0-daf7-4c07-b64f-da6b54c11287</link>
<description>ClipboardFusion RSS: Language Support - Powershell</description>
<lastBuildDate>Mon, 18 May 2026 15:39:28 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=28070fc0-daf7-4c07-b64f-da6b54c11287</generator>
<item>
<title>RE: Language Support - Powershell</title>
<link>https://www.clipboardfusion.com/Discussions/View/language-support-powershell/?ID=28070fc0-daf7-4c07-b64f-da6b54c11287#3</link>
<pubDate>Thu, 05 Jul 2018 18:19:24 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/language-support-powershell/?ID=28070fc0-daf7-4c07-b64f-da6b54c11287#3</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Just checked in, and it's not something we're planning to support at the moment. If we add it in the future, we'll definitely update this thread.
Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Just checked in, and it's not something we're planning to support at the moment. If we add it in the future, we'll definitely update this thread.<br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Language Support - Powershell</title>
<link>https://www.clipboardfusion.com/Discussions/View/language-support-powershell/?ID=28070fc0-daf7-4c07-b64f-da6b54c11287#2</link>
<pubDate>Sat, 30 Jun 2018 15:53:31 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/language-support-powershell/?ID=28070fc0-daf7-4c07-b64f-da6b54c11287#2</guid>
<category>ClipboardFusion</category>
<description><![CDATA[I'm not sure how easy this would be to do, but I will check in with our devs again to see if they have some input to offer.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I'm not sure how easy this would be to do, but I will check in with our devs again to see if they have some input to offer.
</div>
]]></content:encoded>
</item>
<item>
<title>Language Support - Powershell</title>
<link>https://www.clipboardfusion.com/Discussions/View/language-support-powershell/?ID=28070fc0-daf7-4c07-b64f-da6b54c11287</link>
<pubDate>Thu, 28 Jun 2018 19:17:55 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/language-support-powershell/?ID=28070fc0-daf7-4c07-b64f-da6b54c11287</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Would love to see this, as I had mentioned a while back.
Doing quick string manipulation and various automation driven off of that is very succint with Powershell, so it would be great to use a quick scripting language native to Windows to manipulate and perform operations of selected text. For ...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Would love to see this, as I had mentioned a while back. <br/>
Doing quick string manipulation and various automation driven off of that is very succint with Powershell, so it would be great to use a quick scripting language native to Windows to manipulate and perform operations of selected text. For example: <br/>
<br/>
<div class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019e3bbe0267746a8a36c48ed0590ef2" class="ClipboardCopyControl"><img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019e3bbe0267746a8a36c48ed0590ef2Js'); return false;"><img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019e3bbe0267746a8a36c48ed0590ef2Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">param($Val)
$Val -replace '\d{2}\.\d{2}','foobar'</pre><textarea id="code019e3bbe0267746a8a36c48ed0590ef2" name="code019e3bbe0267746a8a36c48ed0590ef2" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
<br/>
This takes a bit more effort in c#. Additionally, splitting file paths, performing string changes to create a formatted array of strings etc, this all would be very beneficial. <br/>
<br/>
With System.Management.Automation.dll consider the contents of the script window as the "text" of the ps1 file being executed. <br/>
Thanks for the consideration!
</div>
]]></content:encoded>
</item>
</channel>
</rss>