Skip to content

Instantly share code, notes, and snippets.

View DailenG's full-sized avatar

Dailen Gunter DailenG

View GitHub Profile
@DailenG
DailenG / TerminalCats.ps1
Created April 22, 2024 11:12 — forked from mdgrs-mei/TerminalCats.ps1
Cats on the terminal titles
#Requires -Modules DynamicTitle
$promptJob = Start-DTJobPromptCallback {
if ($null -eq $script:terminalCatPromptFrame) {
$script:terminalCatPromptFrame = 0
}
$script:terminalCatPromptFrame++
$isInError = $false
if ($Error[0]) {
@DailenG
DailenG / Find-ChocoApp.ps1
Last active January 25, 2024 18:56 — forked from rbleattler/Find-ChocoApp.ps1
A command which will search chocolatey for a given package, and return a PowerShell object.
<#PSScriptInfo
.VERSION 1.0.1
.GUID d8d8b0bc-d1dd-4138-9166-dab64a38e8f6
.AUTHOR Robert Bleattler
.COMPANYNAME Coast Technologies LLC