PSNotes
PSNotes copied to clipboard
PSNotes allows you to save PowerShell snippets that you can later run, display, or copy to your clipboard using a keyword of your choosing.
``` $a = @' c:\ProgramData\kasini3000\k_rsync_wintolinux.ps1 -Path 'D:\aaa.csv' -Destination '/tmp' '@ ConvertTo-Splatting $a ``` out: $c:\ProgramData\kasini3000\k_rsync_wintolinux.ps1Param = @{ Path = 'D:\aaa.csv' Destination = '/tmp' } c:\ProgramData\kasini3000\k_rsync_wintolinux.ps1 @c:\ProgramData\kasini3000\k_rsync_wintolinux.ps1Param
Hi! Copy parameter with Alias is not working while Get-PSnote -Note mynote -Copy is working. Powershell verision is 7.2.4. PSVersion 7.2.4 PSEdition Core GitCommitId 7.2.4 OS Microsoft Windows 10.0.19044 Platform...
hi @mdowst , I can't copy the snippet while I am running the PSNote alias cutxyz with -run. Here is the note below with action set to "Copy" in PSNotes.json...
Like a markdown table for example