Added visualize-dir-tree.ps1

This commit is contained in:
Markus Fleschutz
2021-01-29 11:07:01 +01:00
parent 9a30e78a82
commit 463403eea1
3 changed files with 43 additions and 1 deletions

View File

@ -88,6 +88,7 @@ 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 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 Filename,Description
88 txt2wav.ps1, converts text into a audio .WAV file
89 unmute-audio.ps1, unmutes audio
90 update-repos.ps1, updates all Git repositories under the current directory
91 visualize-dir-tree.ps1, visualizes the given/current directory tree
92 voice-control.ps1, executes the PowerShell scripts by voice
93 weather.ps1, prints the current weather forecast
94 weather-alert.ps1, checks the current weather for critical values