Pinned Loading
-
-
Write information messages in PowerS...
Write information messages in PowerShell that support colors (like Write-Host) but always honors the context `$InformationPreference variable - https://blog.kieranties.com/2018/03/26/write-information-with-colours 1<#
2.SYNOPSIS
3A simple example of Write-Host
4#>
5 -
Git Next - Simple alias for presenti...
Git Next - Simple alias for presenting when using a git repo - https://blog.kieranties.com/2019/04/06/git-next 1[alias]
2start = "!f() { \
3baseTag='1'; \
4startTag=$1; \
5selectedTag=${startTag:-${baseTag:-startTag}}; \
-
Hacky script to set gifs as the back...
Hacky script to set gifs as the background to the new Windows Terminal => iwr http://bit.ly/gifterm | iex 1<#
2iwr http://bit.ly/gifterm | iex
3$env:gifq='cats and dogs'; iwr http://bit.ly/gifterm | iex
4#>
5using namespace System.IO
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.