mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-16 17:51:28 +01:00
Update scripts.csv
This commit is contained in:
parent
1a5bde5cd3
commit
71bd6bf643
@ -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),
|
||||
|
|
Loading…
Reference in New Issue
Block a user