Update scripts.csv

This commit is contained in:
Markus Fleschutz 2023-08-24 14:28:47 +02:00 committed by GitHub
parent eeb14a1946
commit dbaf9f803e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -287,18 +287,50 @@ start-ipfs-server.ps1, Starts a local IPFS server,
switch-branch.ps1, Switches the branch in the current/given Git repository (including submodules),
switch-shelly1.ps1, Switches a Shelly1 device in the local network,
sync-repo.ps1, Synchronizes a Git repository by push & pull (including submodules),
tell-joke.ps1,Tells a random joke by text-to-speech,
tell-quote.ps1,Tells a random quote by text-to-speech,
toggle-caps-lock.ps1,Toggle Caps Lock,
toggle-num-lock.ps1,Toggle Num Lock,
toggle-scroll-lock.ps1,Toggle Scroll Lock,
translate-file.ps1, Translates the given text file into another language,
translate-files.ps1, Translates the given text files into any supported language,
translate-text.ps1, Translates the given text into other languages,
turn-volume-up.ps1, Turns the audio volume up (+10% by default),
turn-volume-down.ps1, Turns the audio volume down (-10% by default),
unmute-audio.ps1, Unmutes audio,
upgrade-ubuntu.ps1, Upgrades Ubuntu Linux to the latest (LTS) release,
upload-file.ps1, Uploads the local file to the given FTP server,
wakeup.ps1,"Sends a magic packet to the given computer, waking him up",
weather.ps1, Prints the current weather forecast,
weather-report.ps1, Prints the local weather report,
what-is.ps1, Prints a description of the given abbreviation,
turn-volume-down.ps1,Turns the volume down,
turn-volume-fully-up.ps1,Turns the volume fully up,
turn-volume-off.ps1,Turn audio off,
turn-volume-on.ps1,Turn audio on,
turn-volume-up.ps1,Turns the volume up,
uninstall-all-apps.ps1,Uninstalls all apps,
uninstall-bloatware.ps1,Uninstalls bloatware,
uninstall-crystal-disk-info.ps1,Uninstalls CrystalDiskInfo,
uninstall-crystal-disk-mark.ps1,Uninstalls CrystalDiskMark,
uninstall-discord.ps1,Uninstalls Discord,
uninstall-edge.ps1,Uninstalls Microsoft Edge,
uninstall-firefox.ps1,Uninstalls Mozilla Firefox,
uninstall-git-extensions.ps1,Uninstalls Git Extensions,
uninstall-github-cli.ps1,Uninstalls GitHub CLI,
uninstall-irfanview.ps1,Uninstalls IrfanView,
uninstall-microsoft-teams.ps1,Uninstalls Microsoft Teams,
uninstall-netflix.ps1,Uninstalls Netflix,
uninstall-nine-zip.ps1,Uninstalls 9 ZIP,
uninstall-one-calendar.ps1,Uninstalls One Calendar,
uninstall-opera-browser.ps1,Uninstalls Opera Browser,
uninstall-opera-gx.ps1,Uninstalls Opera GX,
uninstall-paint-3d.ps1,Uninstalls Paint 3D,
uninstall-rufus.ps1,Uninstalls Rufus,
uninstall-skype.ps1,Uninstalls Skype,
uninstall-spotify.ps1,Uninstalls Spotify,
uninstall-twitter.ps1,Uninstalls Twitter,
uninstall-visual-studio-code.ps1,Uninstalls Visual Studio Code,
uninstall-vlc.ps1,Uninstalls VLC,
uninstall-windows-terminal.ps1,Uninstalls Windows Terminal,
upgrade-ubuntu.ps1,Upgrades Ubuntu Linux,
upload-file.ps1,Uploads a local file to a FTP server,
upload-to-dropbox.ps1,Uploads a file to Dropbox,
wake-up.ps1,Wakes up a computer using Wake-on-LAN,
weather-report.ps1,Lists the local weather report,
weather.ps1,Lists the current weather forecast,
what-is.ps1,Explains an abbreviation,
write-animated.ps1, Writes animated text,
write-big.ps1, Writes the given text in big letters,
write-blue.ps1, Writes the given text in a blue foreground color,

1 SCRIPT DESCRIPTION
287 switch-branch.ps1 Switches the branch in the current/given Git repository (including submodules)
288 switch-shelly1.ps1 Switches a Shelly1 device in the local network
289 sync-repo.ps1 Synchronizes a Git repository by push & pull (including submodules)
290 tell-joke.ps1 Tells a random joke by text-to-speech
291 tell-quote.ps1 Tells a random quote by text-to-speech
292 toggle-caps-lock.ps1 Toggle Caps Lock
293 toggle-num-lock.ps1 Toggle Num Lock
294 toggle-scroll-lock.ps1 Toggle Scroll Lock
295 translate-file.ps1 Translates the given text file into another language
296 translate-files.ps1 Translates the given text files into any supported language
297 translate-text.ps1 Translates the given text into other languages
298 turn-volume-up.ps1 turn-volume-down.ps1 Turns the audio volume up (+10% by default) Turns the volume down
299 turn-volume-down.ps1 turn-volume-fully-up.ps1 Turns the audio volume down (-10% by default) Turns the volume fully up
300 unmute-audio.ps1 turn-volume-off.ps1 Unmutes audio Turn audio off
301 upgrade-ubuntu.ps1 turn-volume-on.ps1 Upgrades Ubuntu Linux to the latest (LTS) release Turn audio on
302 upload-file.ps1 turn-volume-up.ps1 Uploads the local file to the given FTP server Turns the volume up
303 wakeup.ps1 uninstall-all-apps.ps1 Sends a magic packet to the given computer, waking him up Uninstalls all apps
304 weather.ps1 uninstall-bloatware.ps1 Prints the current weather forecast Uninstalls bloatware
305 weather-report.ps1 uninstall-crystal-disk-info.ps1 Prints the local weather report Uninstalls CrystalDiskInfo
306 what-is.ps1 uninstall-crystal-disk-mark.ps1 Prints a description of the given abbreviation Uninstalls CrystalDiskMark
307 uninstall-discord.ps1 Uninstalls Discord
308 uninstall-edge.ps1 Uninstalls Microsoft Edge
309 uninstall-firefox.ps1 Uninstalls Mozilla Firefox
310 uninstall-git-extensions.ps1 Uninstalls Git Extensions
311 uninstall-github-cli.ps1 Uninstalls GitHub CLI
312 uninstall-irfanview.ps1 Uninstalls IrfanView
313 uninstall-microsoft-teams.ps1 Uninstalls Microsoft Teams
314 uninstall-netflix.ps1 Uninstalls Netflix
315 uninstall-nine-zip.ps1 Uninstalls 9 ZIP
316 uninstall-one-calendar.ps1 Uninstalls One Calendar
317 uninstall-opera-browser.ps1 Uninstalls Opera Browser
318 uninstall-opera-gx.ps1 Uninstalls Opera GX
319 uninstall-paint-3d.ps1 Uninstalls Paint 3D
320 uninstall-rufus.ps1 Uninstalls Rufus
321 uninstall-skype.ps1 Uninstalls Skype
322 uninstall-spotify.ps1 Uninstalls Spotify
323 uninstall-twitter.ps1 Uninstalls Twitter
324 uninstall-visual-studio-code.ps1 Uninstalls Visual Studio Code
325 uninstall-vlc.ps1 Uninstalls VLC
326 uninstall-windows-terminal.ps1 Uninstalls Windows Terminal
327 upgrade-ubuntu.ps1 Upgrades Ubuntu Linux
328 upload-file.ps1 Uploads a local file to a FTP server
329 upload-to-dropbox.ps1 Uploads a file to Dropbox
330 wake-up.ps1 Wakes up a computer using Wake-on-LAN
331 weather-report.ps1 Lists the local weather report
332 weather.ps1 Lists the current weather forecast
333 what-is.ps1 Explains an abbreviation
334 write-animated.ps1 Writes animated text
335 write-big.ps1 Writes the given text in big letters
336 write-blue.ps1 Writes the given text in a blue foreground color