Renamed to show-dir-tree.ps1

This commit is contained in:
Markus Fleschutz
2021-02-19 17:52:02 +01:00
parent a8533bc6eb
commit 89fad446ea
3 changed files with 67 additions and 55 deletions

View File

@ -88,6 +88,7 @@ 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-date.ps1, speaks the current date by text-to-speech (TTS)
@ -111,7 +112,6 @@ turn-volume-down.ps1, turns the audio volume down (-10% by default)
txt2wav.ps1, converts text into a audio .WAV file
unmute-audio.ps1, unmutes audio
update-repos.ps1, updates all Git repositories under the current/given directory
visualize-dir-tree.ps1, visualizes the given/current directory tree
voice-control.ps1, executes the PowerShell scripts by voice
weather.ps1, prints the current weather forecast
weather-alert.ps1, checks the current weather for critical values

1 Script Description
88 set-wallpaper.ps1 sets the given image as wallpaper
89 SHA1.ps1 prints the SHA1 checksum of the given file
90 SHA256.ps1 prints the SHA256 checksum of the given file
91 show-dir-tree.ps1 visualizes the given/current directory tree
92 simulate-matrix.ps1 simulates the Matrix (fun)
93 simulate-presence.ps1 simulates the human presence against burglars
94 speak-date.ps1 speaks the current date by text-to-speech (TTS)
112 txt2wav.ps1 converts text into a audio .WAV file
113 unmute-audio.ps1 unmutes audio
114 update-repos.ps1 updates all Git repositories under the current/given directory
visualize-dir-tree.ps1 visualizes the given/current directory tree
115 voice-control.ps1 executes the PowerShell scripts by voice
116 weather.ps1 prints the current weather forecast
117 weather-alert.ps1 checks the current weather for critical values