Skip to content

Instantly share code, notes, and snippets.

@kamilkosek
Created September 16, 2015 11:43
Show Gist options
  • Save kamilkosek/3e2af7e3acff88fb0753 to your computer and use it in GitHub Desktop.
Save kamilkosek/3e2af7e3acff88fb0753 to your computer and use it in GitHub Desktop.
$psISE.PowerShellTabs.SelectedPowerShellTab.AddOnsMenu.Submenus.Add('Copy Console Content to New File',{
$file = $psISE.PowerShellTabs.SelectedPowerShellTab.Files.Add()
$file.Editor.InsertText($psISE.PowerShellTabs.SelectedPowerShellTab.ConsolePane.Text)
}, 'Ctrl+Alt+C')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment