PSNotes
0.2.0.1
PSNotes is a PowerShell module that allows you to create your own custom snippet library, that you can use to reference commands. It is great for long command you run often or commands you don't run often and need a reminder on. Snippets can either be executed directly, copied to your clipboard, or simply output to the screen for you to do whatever you want with them.
PSNotes is a PowerShell module that allows you to create your own custom snippet library, that you can use to reference commands. It is great for long command you run often or commands you don't run often and need a reminder on. Snippets can either be executed directly, copied to your clipboard, or simply output to the screen for you to do whatever you want with them. When you create a note, you assign an alias to it, so you can have an easy to remember keyword that you can then use to recall it. Notes can also be classified with tags, so you group them in logic collections. You can also easily search for them by tag, name, details, or text within the snippet.
Show more
Minimum PowerShell version
2.0
Installation Options
Owners
Copyright
(c) 2019 Matthew Dowst. All rights reserved.
Package Details
Author(s)
- Matthew Dowst
Functions
Export-PSNote Get-PSNote Get-PSNoteAlias Import-PSNote Invoke-PSNote Copy-PSNote New-PSNote Remove-PSNote Set-PSNote Get-CommandSplatting ConvertTo-Splatting
Dependencies
This module has no dependencies.
FileList
- PSNotes.nuspec
- Public\Copy-PSNote.ps1
- Public\Export-PSNote.ps1
- Public\Get-CommandSplatting.ps1
- Public\Get-PSNote.ps1
- Public\Get-PSNoteAlias.ps1
- Public\Import-PSNote.ps1
- Public\Invoke-PSNote.ps1
- Public\New-PSNote.ps1
- Public\Remove-PSNote.ps1
- Public\Set-PSNote.ps1
- Resources\PSNotes.format.ps1xml
- Resources\PSNote_Classes.ps1
- PSNotes.psm1
- Private\Update-PSNotesJsonFile.ps1
- Public\ConvertTo-Splatting.ps1
- PSNotes.psd1
- Private\Initialize-PSNotesJsonFiles.ps1
- Private\Write-NoteSnippet.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
0.2.0.1 (current version) | 1,506 | 6/2/2022 |
0.1.8.9 | 180 | 9/16/2021 |
0.1.6.7 | 198 | 12/5/2019 |
0.1.6.6 | 42 | 12/2/2019 |