Update close-windows-terminal.ps1

This commit is contained in:
Markus Fleschutz 2021-10-04 14:32:39 +02:00
parent 3b06a73599
commit 91c92b4be2
3 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@ close-onedrive.ps1, Closes Microsoft OneDrive gracefully
close-system-settings.ps1, Closes the System Settings gracefully
close-thunderbird.ps1, Closes Mozilla Thunderbird gracefully
close-vlc.ps1, Closes the VLC media player gracefully
close-windows-terminal.ps1, Closes Windows Terminal gracefully
close-windows-terminal.ps1, Closes the Windows Terminal application
copy-photos-sorted.ps1, Copy image files sorted by year and month
configure-git.ps1, Sets up the Git user configuration
convert-csv2txt.ps1, Converts the given CSV file into a text list

1 Script Description
51 close-system-settings.ps1 Closes the System Settings gracefully
52 close-thunderbird.ps1 Closes Mozilla Thunderbird gracefully
53 close-vlc.ps1 Closes the VLC media player gracefully
54 close-windows-terminal.ps1 Closes Windows Terminal gracefully Closes the Windows Terminal application
55 copy-photos-sorted.ps1 Copy image files sorted by year and month
56 configure-git.ps1 Sets up the Git user configuration
57 convert-csv2txt.ps1 Converts the given CSV file into a text list

View File

@ -106,7 +106,7 @@ Mega Collection of PowerShell Scripts
| [close-system-settings.ps1](Scripts/close-system-settings.ps1) | Closes the System Settings gracefully | [Help](Docs/close-system-settings.md)|
| [close-thunderbird.ps1](Scripts/close-thunderbird.ps1) | Closes Mozilla Thunderbird gracefully | [Help](Docs/close-thunderbird.md) |
| [close-vlc.ps1](Scripts/close-vlc.ps1) | Closes the VLC media player gracefully | [Help](Docs/close-vlc.md) |
| [close-windows-terminal.ps1](Scripts/close-windows-terminal.ps1) | Closes Windows Terminal gracefully | [Help](Docs/close-windows-terminal.md)|
| [close-windows-terminal.ps1](Scripts/close-windows-terminal.ps1) | Closes the Windows Terminal application | [Help](Docs/close-windows-terminal.md)|
| [enable-god-mode.ps1](Scripts/enable-god-mode.ps1) | Enables the god mode (adds a new icon to the desktop) | [Help](Docs/enable-god-mode.md) |
| [list-clipboard.ps1](Scripts/list-clipboard.ps1) | Lists the contents of the clipboard | [Help](Docs/list-clipboard.md) |
| [new-email.ps1](Scripts/new-email.ps1) | Starts the default email client to write a new email | [Help](Docs/new-email.md) |

View File

@ -2,7 +2,7 @@
.SYNOPSIS
close-windows-terminal.ps1
.DESCRIPTION
Closes Windows Terminal gracefully
Closes the Windows Terminal application
.EXAMPLE
PS> ./close-windows-terminal
.NOTES