π§ This repository is new and still under construction. The PowerShell module is not ready for consumption yet. π§
PowerShell tips delivered straight to your terminal π».
tiPS
is a PowerShell module that provides tips and tricks for using PowerShell.
It is meant to be a low effort way to learn new things about PowerShell, and to help you become a better PowerShell user.
There are tons of great tips and tricks for PowerShell scattered around on the internet, but they require you to actively go look for them. This module brings tips to you with minimal effort required on your part.
You can configure tiPS to show a tip every time you open your PowerShell terminal, or you can show a tip on demand by running the tips
command.
The tiPS PowerShell module can be downloaded and installed by running the following command in PowerShell:
Install-Module -Name tiPS -Scope CurrentUser
To have a tip automatically displayed every time you open your PowerShell terminal, run the following command:
Set-ShowPowerShellTipOnStartup
The above command will add a line to your PowerShell profile that will run the tips
command every time you open your PowerShell terminal.
You can disable this behavior by running the following command:
Set-ShowPowerShellTipOnStartup -Disable
To show a tip, run the following command:
Write-PowerShellTip
This cmdlet can also be run using one of its aliases: Write-PSTip
, Write-Tip
, or tips
.
If you know the ID of the tip you want to show, you can use the -Id
parameter to show that specific tip.
Write-PowerShellTip -Id 1
To get a tip as an object, run the following command:
Get-PowerShellTip
Have a PowerShell tip you want to share? Create a copy of the 0000-00-00-tip-template.ps1 file in the PowerShellTips directory, modify it with your tip info, and submit a pull request.
tiPS is open source, and contributions are not only welcome, they are encouraged! π
tiPS is meant to be a community driven project, so please help make it better by contributing your tips and tricks.
Issues and Pull Requests are welcome. See the Contributing page for more details.
See what's changed in the module over time by viewing the changelog.
Buy me a bagel for providing this module open source and for free π