Added a welcome message when typing pm and added some ascii art
This commit is contained in:
parent
4b8d4eb0c6
commit
62caefcd22
9 changed files with 95 additions and 5 deletions
4
windows-uninstall.ps1
Normal file
4
windows-uninstall.ps1
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue