PSPuTTY icon indicating copy to clipboard operation
PSPuTTY copied to clipboard

The PSPuTTY PowerShell module enables you to manipulate PuTTY sessions on Windows.

Results 9 PSPuTTY issues
Sort by recently updated
recently updated
newest added

Prevent the manifest exporting the functions that aren't yet implemented and add further clarification to the README Fixes: #9

The gallery still lists outdated 0.1 from 2016. When you get a min could you possibly update the gallery? TIA!

Being able to set a theme is great, but I couldn't see any way to "remove" a theme to go back to the standard default. I've added a `Default` theme...

I'd like to do something to the functions that aren't implemented yet, to make it more obvious for anyone wanting to use this module exactly what it can/can't currently do....

This addresses issue #6. I've made TerminalType an optional parameter, which defaults to 'xterm', so that it can be set to whatever the user needs. Ideally, I'd like to autocomplete...

My understanding is that PuTTY's [default TerminalType](http://the.earth.li/~sgtatham/putty/0.60/htmldoc/Chapter4.html#config-termtype) is *'xterm'*, but the current version of `Merge-PSPuTTYTheme` explicitly sets this to *'putty-256color'*. This change means that control sequences I'm accustomed to, including...

The plink.exe command in the PuTTY Suite is handy to send a command over SSH to a host, and receive the output back. The parameters, and more specifically the quoting...

Set up AppVeyor to handle automated builds / tests / pushes to PowerShell Gallery. - [ ] Add base `appveyor.yml` - [ ] Run PuTTY tests - [ ] Publish...