PowerShell.tiPS icon indicating copy to clipboard operation
PowerShell.tiPS copied to clipboard

PowerShell tips delivered straight to your terminal 💻

Results 10 PowerShell.tiPS issues
Sort by recently updated
recently updated
newest added

### Describe the bug Occured on macOS after updating PowerShell to `7.4.2`. When invoking the `tiPS` module the following is emitted to the error stream: `MethodInvocationException: Exception calling "Parse" with...

bug

### Is your feature request related to a problem? Please describe This is a community module, so It would be great if we could better call out who the contributors...

documentation
enhancement

### Is your feature request related to a problem? Please describe I'm frustrated that when tips with long descriptions are displayed in a terminal with a wide horizontal buffer, it...

enhancement

### Is your feature request related to a problem? Please describe A Have a mechanism to the show the last tiPS shown Ex. I'm always frustrated when '...'. Ex. I...

enhancement

### Is your feature request related to a problem? Please describe Before submitting a tip it would be nice to know if there was one already submitted for the same...

enhancement

Adds a new `AllTipsShownBehaviours` enum that allows users to configure what happens when all tips have been shown - either clear the shown tips list and continue cycling, or stop...

Feature: Add -Previous switch to Write-PowerShellTip cmdlet **Summary:** Implemented the feature request to add a `-Previous` switch to `Write-PowerShellTip` and `Get-PowerShellTip` cmdlets that allows users to display the last shown...

We currently track all of the tips that have been shown in the `TipIdsAlreadyShown.txt` file. We want to add a new 'NewTipsOnly` value to the `WritePowerShellTipCadence` enum, and when configured...

enhancement

The PowerShell tips shown are already stored in a file in the module configuration. It would be great if we could use a `-Previous` switch on the `Write-PowerShellTip` cmdlet to...

enhancement