Skip to content

PowerShell tips delivered straight to your terminal πŸ’»

License

Notifications You must be signed in to change notification settings

ehmiiz/PowerShell.tiPS

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🚧 This repository is new and still under construction. The PowerShell module is not ready for consumption yet. 🚧

Build status Deploy status License PRs welcome

Stable PowerShell module version Prerelease PowerShell module version

tiPS PowerShell Module

PowerShell tips delivered straight to your terminal πŸ’».

πŸ’¬ Description

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.

❓ Why this exists

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.

πŸš€ Quick start

πŸ’Ώ Installation

The tiPS PowerShell module can be downloaded and installed by running the following command in PowerShell:

Install-Module -Name tiPS -Scope CurrentUser

πŸ€– Automatic tip on PowerShell startup

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

Usage

Show a tip

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

Get a tip

To get a tip as an object, run the following command:

Get-PowerShellTip

βž• How to contribute

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.

πŸ“ƒ Changelog

See what's changed in the module over time by viewing the changelog.

πŸ’³ Donate

Buy me a bagel for providing this module open source and for free πŸ™‚

paypal

About

PowerShell tips delivered straight to your terminal πŸ’»

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 84.1%
  • C# 15.9%