mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 13:04:59 +02:00
Added update-repos.ps1
This commit is contained in:
11
Data/repos.csv
Normal file
11
Data/repos.csv
Normal file
@ -0,0 +1,11 @@
|
||||
URL,Directory
|
||||
"https://github.com/commonmark/cmark", "cmark"
|
||||
"https://github.com/elastic/elasticsearch", "elasticsearch"
|
||||
"https://github.com/opencv/opencv", "opencv"
|
||||
"https://github.com/openzfs/zfs", "zfs"
|
||||
"https://github.com/synesthesiam/voice2json", "voice2json"
|
||||
"https://github.com/fleschutz/CWTS", "CWTS"
|
||||
"https://github.com/fleschutz/PowerShell", "PowerShell"
|
||||
"https://github.com/fleschutz/LSS", "LSS"
|
||||
"https://github.com/fleschutz/eventdriven", "eventdriven"
|
||||
"https://github.com/fleschutz/base256unicode", "base256unicode"
|
|
@ -85,6 +85,7 @@ turn-volume-up.ps1, turns the audio volume up (+10% by default)
|
||||
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
|
||||
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
|
||||
|
|
Reference in New Issue
Block a user