Update scripts.csv

This commit is contained in:
Markus Fleschutz 2023-08-24 14:33:13 +02:00 committed by GitHub
parent 1a5bde5cd3
commit 71bd6bf643
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -164,6 +164,15 @@ locate-zip-code.ps1, Prints the geographic location of the given zip-code,
make-install.ps1, Installs built executables and libs to the installation directory,
moon.ps1, Prints the current moon phase,
mute-audio.ps1, Mutes the audio device,
new-branch.ps1,Creates a new Git branch,
new-email.ps1,Opens the default email client to write a new email,
new-qrcode.ps1,Generates a QR code,
new-script.ps1,Creates a new PowerShell script file,
new-shortcut.ps1,Creates a new shortcut file,
new-symlink.ps1,Creates a new symbolic link file,
new-tag.ps1,Creates a new tag in a Git repository,
new-user.ps1,Creates a new user account,
new-zipfile.ps1,Creates a new .ZIP file from a folder (including subfolders),
open-amazon.ps1, Opens Amazon's website,
open-browser.ps1, Starts the default Web browser,
open-calculator.ps1, Starts the calculator program,
@ -175,14 +184,19 @@ open-facebook.ps1, Opens Facebook's website,
open-file-explorer.ps1, Opens the File Explorer,
open-fritz-box.ps1, Opens FRITZ!Box's web interface,
open-github.ps1, Opens GitHub's website,
open-google-contacts.ps1, Opens Google Contacts,
open-google-earth.ps1, Opens Google Earth,
open-google-maps.ps1, Opens Google Maps,
open-google-mail.ps1, Opens Google Mail,
open-google-news.ps1, Opens Google News,
open-google-play.ps1, Opens Google Play,
open-google-search.ps1, Opens Google Search,
open-google-translate.ps1, Opens Google Translate,
open-google-books.ps1,Opens Google Books,
open-google-calendar.ps1,Opens Google Calendar,
open-google-contacts.ps1,Opens Google Contacts,
open-google-docs.ps1,Opens Google Docs,
open-google-earth.ps1,Opens Google Earth,
open-google-mail.ps1,Opens Google Mail,
open-google-maps.ps1,Opens Google Maps,
open-google-news.ps1,Opens Google News,
open-google-photos.ps1,Opens Google Photos,
open-google-play.ps1,Opens Google Play,
open-google-search.ps1,Opens Google Search,
open-google-stadia.ps1,Opens Google Stadia,
open-google-translate.ps1,Opens Google Translate,
open-home-folder.ps1, Opens the user's home folder,
open-music-folder.ps1, Opens the user's music folder,
open-microsoft-edge.ps1, Launches the Microsoft Edge Web browser,
@ -203,16 +217,34 @@ open-windows-terminal.ps1, Launches Windows Terminal,
open-wikipedia.ps1, Opens Wikipedia's website,
open-youtube.ps1, Opens YouTube.com,
pick-commit.ps1, Cherry-picks a Git commit into multiple branches,
play-beep-sound.ps1, Plays a short beep sound,
play-files.ps1, Plays the given audio files,
play-happy-birthday.ps1, Plays the Happy Birthday song,
play-imperial-march.ps1, Plays the Imperial March (Star Wars),
play-jingle-bells.ps1, Plays Jingle Bells,
play-mission-impossible.ps1, Plays the Mission Impossible theme,
play-m3u.ps1, Plays the given playlist (M3U file format),
play-mp3.ps1, Plays the given sound file (MP3 file format),
play-super-mario.ps1, Plays the Super Mario Intro,
play-tetris-melody.ps1, Plays the Tetris melody,
ping-weather.ps1,Ping the currrent weather conditions,
play-bee-sound.ps1,Plays a bee sound,
play-beep-sound.ps1,Plays a short beep sound,
play-cat-sound.ps1,Plays a cat sound,
play-cow-sound.ps1,Plays a cow sound,
play-dog-sound.ps1,Plays a dog sound,
play-donkey-sound.ps1,Plays a donkey sound,
play-elephant-sound.ps1,Plays an elephant sound,
play-elk-sound.ps1,Plays an elk sound,
play-files.ps1,Plays audio files (MP3 and WAV),
play-frog-sound.ps1,Plays a frog sound,
play-goat-sound.ps1,Plays a goat sound,
play-gorilla-sound.ps1,Plays a gorilla sound,
play-happy-birthday.ps1,Plays the Happy Birthday song,
play-horse-sound.ps1,Plays a horse sound,
play-imperial-march.ps1,Plays the Imperial March (Star Wars),
play-jingle-bells.ps1,Plays Jingle Bells,
play-lion-sound.ps1,Plays a lion sound,
play-m3u.ps1,Plays a playlist (.M3U format),
play-mission-impossible.ps1,Plays the Mission Impossible theme,
play-mp3.ps1,Plays a MP3 sound file,
play-parrot-sound.ps1,Plays a parrot sound,
play-pig-sound.ps1,Plays a pig sound,
play-rattlesnake-sound.ps1,Plays a rattlesnake sound,
play-super-mario.ps1,Plays the Super Mario intro,
play-tetris-melody.ps1,Plays the Tetris melody,
play-vulture-sound.ps1,Plays a vulture sound,
play-wolf-sound.ps1,Plays a wolf sound,
poweroff.ps1, Halts the local computer (needs admin rights),
publish-to-ipfs.ps1, Publishes the given files or directory to IPFS,
pull-repo.ps1, Pulls updates for the current/given Git repository (including submodules),

1 SCRIPT DESCRIPTION
164 make-install.ps1 Installs built executables and libs to the installation directory
165 moon.ps1 Prints the current moon phase
166 mute-audio.ps1 Mutes the audio device
167 new-branch.ps1 Creates a new Git branch
168 new-email.ps1 Opens the default email client to write a new email
169 new-qrcode.ps1 Generates a QR code
170 new-script.ps1 Creates a new PowerShell script file
171 new-shortcut.ps1 Creates a new shortcut file
172 new-symlink.ps1 Creates a new symbolic link file
173 new-tag.ps1 Creates a new tag in a Git repository
174 new-user.ps1 Creates a new user account
175 new-zipfile.ps1 Creates a new .ZIP file from a folder (including subfolders)
176 open-amazon.ps1 Opens Amazon's website
177 open-browser.ps1 Starts the default Web browser
178 open-calculator.ps1 Starts the calculator program
184 open-file-explorer.ps1 Opens the File Explorer
185 open-fritz-box.ps1 Opens FRITZ!Box's web interface
186 open-github.ps1 Opens GitHub's website
187 open-google-contacts.ps1 open-google-books.ps1 Opens Google Contacts Opens Google Books
188 open-google-earth.ps1 open-google-calendar.ps1 Opens Google Earth Opens Google Calendar
189 open-google-maps.ps1 open-google-contacts.ps1 Opens Google Maps Opens Google Contacts
190 open-google-mail.ps1 open-google-docs.ps1 Opens Google Mail Opens Google Docs
191 open-google-news.ps1 open-google-earth.ps1 Opens Google News Opens Google Earth
192 open-google-play.ps1 open-google-mail.ps1 Opens Google Play Opens Google Mail
193 open-google-search.ps1 open-google-maps.ps1 Opens Google Search Opens Google Maps
194 open-google-translate.ps1 open-google-news.ps1 Opens Google Translate Opens Google News
195 open-google-photos.ps1 Opens Google Photos
196 open-google-play.ps1 Opens Google Play
197 open-google-search.ps1 Opens Google Search
198 open-google-stadia.ps1 Opens Google Stadia
199 open-google-translate.ps1 Opens Google Translate
200 open-home-folder.ps1 Opens the user's home folder
201 open-music-folder.ps1 Opens the user's music folder
202 open-microsoft-edge.ps1 Launches the Microsoft Edge Web browser
217 open-wikipedia.ps1 Opens Wikipedia's website
218 open-youtube.ps1 Opens YouTube.com
219 pick-commit.ps1 Cherry-picks a Git commit into multiple branches
220 play-beep-sound.ps1 ping-weather.ps1 Plays a short beep sound Ping the currrent weather conditions
221 play-files.ps1 play-bee-sound.ps1 Plays the given audio files Plays a bee sound
222 play-happy-birthday.ps1 play-beep-sound.ps1 Plays the Happy Birthday song Plays a short beep sound
223 play-imperial-march.ps1 play-cat-sound.ps1 Plays the Imperial March (Star Wars) Plays a cat sound
224 play-jingle-bells.ps1 play-cow-sound.ps1 Plays Jingle Bells Plays a cow sound
225 play-mission-impossible.ps1 play-dog-sound.ps1 Plays the Mission Impossible theme Plays a dog sound
226 play-m3u.ps1 play-donkey-sound.ps1 Plays the given playlist (M3U file format) Plays a donkey sound
227 play-mp3.ps1 play-elephant-sound.ps1 Plays the given sound file (MP3 file format) Plays an elephant sound
228 play-super-mario.ps1 play-elk-sound.ps1 Plays the Super Mario Intro Plays an elk sound
229 play-tetris-melody.ps1 play-files.ps1 Plays the Tetris melody Plays audio files (MP3 and WAV)
230 play-frog-sound.ps1 Plays a frog sound
231 play-goat-sound.ps1 Plays a goat sound
232 play-gorilla-sound.ps1 Plays a gorilla sound
233 play-happy-birthday.ps1 Plays the Happy Birthday song
234 play-horse-sound.ps1 Plays a horse sound
235 play-imperial-march.ps1 Plays the Imperial March (Star Wars)
236 play-jingle-bells.ps1 Plays Jingle Bells
237 play-lion-sound.ps1 Plays a lion sound
238 play-m3u.ps1 Plays a playlist (.M3U format)
239 play-mission-impossible.ps1 Plays the Mission Impossible theme
240 play-mp3.ps1 Plays a MP3 sound file
241 play-parrot-sound.ps1 Plays a parrot sound
242 play-pig-sound.ps1 Plays a pig sound
243 play-rattlesnake-sound.ps1 Plays a rattlesnake sound
244 play-super-mario.ps1 Plays the Super Mario intro
245 play-tetris-melody.ps1 Plays the Tetris melody
246 play-vulture-sound.ps1 Plays a vulture sound
247 play-wolf-sound.ps1 Plays a wolf sound
248 poweroff.ps1 Halts the local computer (needs admin rights)
249 publish-to-ipfs.ps1 Publishes the given files or directory to IPFS
250 pull-repo.ps1 Pulls updates for the current/given Git repository (including submodules)