Rename to list-dir-tree.ps1

This commit is contained in:
Markus Fleschutz
2021-04-16 17:22:26 +02:00
parent 5694bced66
commit 4de2d69d8f
3 changed files with 7 additions and 10 deletions

View File

@ -69,6 +69,7 @@ list-cheat-sheet.ps1, lists the PowerShell cheat sheet
list-commits.ps1, lists all commits in the current/given Git repository
list-current-timezone.ps1, lists the current time zone details
list-clipboard.ps1, lists the contents of the clipboard
list-dir-tree.ps1, lists a directory tree
list-drives.ps1, lists all drives
list-environment-variables.ps1, lists all environment variables
list-empty-dirs.ps1, lists empty subfolders within the given directory tree
@ -139,7 +140,6 @@ set-timer.ps1, sets a timer for a countdown
set-wallpaper.ps1, sets the given image as wallpaper
SHA1.ps1, prints the SHA1 checksum of the given file
SHA256.ps1, prints the SHA256 checksum of the given file
show-dir-tree.ps1, visualizes the given/current directory tree
simulate-matrix.ps1, simulates the Matrix (fun)
simulate-presence.ps1, simulates the human presence against burglars
speak-countdown.ps1, starts a countdown by text-to-speech (TTS)

1 Script Description
69 list-commits.ps1 lists all commits in the current/given Git repository
70 list-current-timezone.ps1 lists the current time zone details
71 list-clipboard.ps1 lists the contents of the clipboard
72 list-dir-tree.ps1 lists a directory tree
73 list-drives.ps1 lists all drives
74 list-environment-variables.ps1 lists all environment variables
75 list-empty-dirs.ps1 lists empty subfolders within the given directory tree
140 set-wallpaper.ps1 sets the given image as wallpaper
141 SHA1.ps1 prints the SHA1 checksum of the given file
142 SHA256.ps1 prints the SHA256 checksum of the given file
show-dir-tree.ps1 visualizes the given/current directory tree
143 simulate-matrix.ps1 simulates the Matrix (fun)
144 simulate-presence.ps1 simulates the human presence against burglars
145 speak-countdown.ps1 starts a countdown by text-to-speech (TTS)