Added a welcome message when typing pm and added some ascii art

This commit is contained in:
ManOfGoldForever 2026-02-02 00:05:09 -05:00
parent 4b8d4eb0c6
commit 62caefcd22
9 changed files with 95 additions and 5 deletions

4
windows-uninstall.ps1 Normal file
View file

@ -0,0 +1,4 @@
Write-Host "Uninstalling pm..." -ForegroundColor Cyan
Remove-Item "$HOME\.cargo\bin\pm.exe" -ErrorAction SilentlyContinue
Remove-Item "$HOME\.my_pass_manager" -Recurse -Force -ErrorAction SilentlyContinue
Write-Host "pm and all encrypted data have been removed." -ForegroundColor Yellow