Update new-shortcut.ps1 and new-symlink.ps1

This commit is contained in:
Markus Fleschutz 2021-09-16 09:00:56 +02:00
parent a23129f53c
commit 6df6a8c307
4 changed files with 255 additions and 255 deletions

View File

@ -1,253 +1,253 @@
Script,Description Script,Description
add-firewall-rules.ps1, adds firewall rules to the given executables (needs admin rights) add-firewall-rules.ps1, Adds firewall rules to the given executables (needs admin rights)
add-memo.ps1, adds the given memo text to $HOME/Memos.csv add-memo.ps1, Adds the given memo text to $HOME/Memos.csv
cd-desktop.ps1, change the working directory to the user's desktop folder cd-desktop.ps1, Change the working directory to the user's desktop folder
cd-docs.ps1, change the working directory to the user's documents folder cd-docs.ps1, Change the working directory to the user's documents folder
cd-downloads.ps1, change the working directory to the user's downloads folder cd-downloads.ps1, Change the working directory to the user's downloads folder
cd-dropbox.ps1, change the working directory to the user's Dropbox folder cd-dropbox.ps1, Change the working directory to the user's Dropbox folder
cd-home.ps1, change the working directory to the user's home folder cd-home.ps1, Change the working directory to the user's home folder
cd-music.ps1, change the working directory to the user's music folder cd-music.ps1, Change the working directory to the user's music folder
cd-onedrive.ps1, change the working directory to the user's OneDrive folder cd-onedrive.ps1, Change the working directory to the user's OneDrive folder
cd-pics.ps1, change the working directory to the user's pictures folder cd-pics.ps1, Change the working directory to the user's pictures folder
cd-recycle-bin.ps1, change the working directory to the user's recycle bin folder cd-recycle-bin.ps1, Change the working directory to the user's recycle bin folder
cd-repos.ps1, change the working directory to the user's Git repositories folder cd-repos.ps1, Change the working directory to the user's Git repositories folder
cd-root.ps1, change the working directory to the root directory (C: on Windows) cd-root.ps1, Change the working directory to the root directory (C: on Windows)
cd-scripts.ps1, change the working directory to the PowerShell Scripts folder cd-scripts.ps1, Change the working directory to the PowerShell Scripts folder
cd-ssh.ps1, change the working directory to the user's SSH folder cd-ssh.ps1, Change the working directory to the user's SSH folder
cd-up.ps1, change the working directory to one directory level up cd-up.ps1, Change the working directory to one directory level up
cd-up2.ps1, change the working directory to two directory levels up cd-up2.ps1, Change the working directory to two directory levels up
cd-up3.ps1, change the working directory to three directory levels up cd-up3.ps1, Change the working directory to three directory levels up
cd-up4.ps1, change the working directory to four directory levels up cd-up4.ps1, Change the working directory to four directory levels up
cd-videos.ps1, change the working directory to the user's videos folder cd-videos.ps1, Change the working directory to the user's videos folder
check-cpu-temp.ps1, checks the CPU temperature check-cpu-temp.ps1, Checks the CPU temperature
check-dns-resolution.ps1, checks the DNS resolution with frequently used domain names check-dns-resolution.ps1, Checks the DNS resolution with frequently used domain names
check-drive-space.ps1, checks a drive for free space left check-drive-space.ps1, Checks a drive for free space left
check-file-system.ps1, checks the file system of a drive (needs admin rights) check-file-system.ps1, Checks the file system of a drive (needs admin rights)
check-health.ps1, checks the system health check-health.ps1, Checks the system health
check-ipv4-address.ps1, checks the given IPv4 address for validity check-ipv4-address.ps1, Checks the given IPv4 address for validity
check-ipv6-address.ps1, checks the given IPv6 address for validity check-ipv6-address.ps1, Checks the given IPv6 address for validity
check-mac-address.ps1, checks the given MAC address for validity check-mac-address.ps1, Checks the given MAC address for validity
check-ping.ps1, checks the ping latency to the internet check-ping.ps1, Checks the ping latency to the internet
check-subnet-mask.ps1, checks the given subnet mask for validity check-subnet-mask.ps1, Checks the given subnet mask for validity
check-swap-space.ps1, checks the swap space for free space left check-swap-space.ps1, Checks the swap space for free space left
check-symlinks.ps1, checks every symlink in a directory tree check-symlinks.ps1, Checks every symlink in a directory tree
check-weather.ps1, checks the current weather for critical values check-weather.ps1, Checks the current weather for critical values
check-windows-system-files.ps1, checks the validity of the Windows system files check-windows-system-files.ps1, Checks the validity of the Windows system files
check-xml-file.ps1, checks the given XML file for validity check-xml-file.ps1, Checks the given XML file for validity
cherry-picker.ps1, cherry-picks a Git commit into multiple branches cherry-picker.ps1, Cherry-picks a Git commit into multiple branches
clean-repo.ps1, cleans the current/given Git repository from untracked files (including submodules) clean-repo.ps1, Cleans the current/given Git repository from untracked files (including submodules)
clean-repos.ps1, cleans all Git repositories under the current/given directory from untracked files (including submodules) clean-repos.ps1, Cleans all Git repositories under the current/given directory from untracked files (including submodules)
clear-recycle-bin.ps1, removes the content of the recycle bin folder (can not be undo!) clear-recycle-bin.ps1, Removes the content of the recycle bin folder (can not be undo!)
clone-repos.ps1, clones well-known Git repositories clone-repos.ps1, Clones well-known Git repositories
close-calculator.ps1, closes the calculator program gracefully close-calculator.ps1, Closes the calculator program gracefully
close-chrome.ps1, closes Google Chrome gracefully close-chrome.ps1, Closes Google Chrome gracefully
close-cortana.ps1, closes Cortana gracefully close-cortana.ps1, Closes Cortana gracefully
close-edge.ps1, closes Microsoft Edge gracefully close-edge.ps1, Closes Microsoft Edge gracefully
close-file-explorer.ps1, closes Microsoft File Explorer gracefully close-file-explorer.ps1, Closes Microsoft File Explorer gracefully
close-firefox.ps1, closes the Firefox Web browser gracefully close-firefox.ps1, Closes the Firefox Web browser gracefully
close-program.ps1, closes the given program gracefully close-program.ps1, Closes the given program gracefully
close-netflix.ps1, closes Netflix gracefully close-netflix.ps1, Closes Netflix gracefully
close-onedrive.ps1, closes Microsoft OneDrive gracefully close-onedrive.ps1, Closes Microsoft OneDrive gracefully
close-system-settings.ps1, closes the System Settings gracefully close-system-settings.ps1, Closes the System Settings gracefully
close-thunderbird.ps1, closes Mozilla Thunderbird gracefully close-thunderbird.ps1, Closes Mozilla Thunderbird gracefully
close-vlc.ps1, closes the VLC media player gracefully close-vlc.ps1, Closes the VLC media player gracefully
close-windows-terminal.ps1, closes Windows Terminal gracefully close-windows-terminal.ps1, Closes Windows Terminal gracefully
copy-photos-sorted.ps1, Copy image files sorted by year and month copy-photos-sorted.ps1, Copy image files sorted by year and month
configure-git.ps1, sets up the Git user configuration configure-git.ps1, Sets up the Git user configuration
convert-csv2txt.ps1, converts the given CSV file into a text list convert-csv2txt.ps1, Converts the given CSV file into a text list
convert-mysql2csv.ps1, converts the MySQL database table to a CSV file convert-mysql2csv.ps1, Converts the MySQL database table to a CSV file
convert-ps2bat.ps1, converts PowerShell script(s) to .bat files convert-ps2bat.ps1, Converts PowerShell script(s) to .bat files
convert-ps2md.ps1, converts the comment-based help of a PowerShell script to Markdown convert-ps2md.ps1, Converts the comment-based help of a PowerShell script to Markdown
convert-sql2csv.ps1, converts the SQL database table to a CSV file convert-sql2csv.ps1, Converts the SQL database table to a CSV file
convert-txt2wav.ps1, converts text into a audio .WAV file convert-txt2wav.ps1, Converts text into a audio .WAV file
daily-tasks.sh, execute PowerShell scripts automatically as daily tasks (Linux only) daily-tasks.sh, Execute PowerShell scripts automatically as daily tasks (Linux only)
decrypt-file.ps1, decrypts the given file decrypt-file.ps1, Decrypts the given file
display-time.ps1, displays the current time for 10 seconds by default display-time.ps1, Displays the current time for 10 seconds by default
download-dir.ps1, downloads a directory tree from the given URL download-dir.ps1, Downloads a directory tree from the given URL
download-file.ps1, downloads a file from the given URL download-file.ps1, Downloads a file from the given URL
edit.ps1, edits the given file with the built-in text editor edit.ps1, Edits the given file with the built-in text editor
enable-crash-dumps.ps1, enables the writing of crash dumps enable-crash-dumps.ps1, Enables the writing of crash dumps
enable-god-mode.ps1, enables the god mode (adds a new icon to the desktop) enable-god-mode.ps1, Enables the god mode (adds a new icon to the desktop)
encrypt-file.ps1, encrypts the given file encrypt-file.ps1, Encrypts the given file
fetch-repo.ps1, fetches updates for the current/given Git repository (including submodules) fetch-repo.ps1, Fetches updates for the current/given Git repository (including submodules)
fetch-repos.ps1, fetches updates for all Git repositories under the current/given directory (including submodules) fetch-repos.ps1, Fetches updates for all Git repositories under the current/given directory (including submodules)
get-md5.ps1, prints the MD5 checksum of the given file get-md5.ps1, Prints the MD5 checksum of the given file
get-sha1.ps1, prints the SHA1 checksum of the given file get-sha1.ps1, Prints the SHA1 checksum of the given file
get-sha256.ps1, prints the SHA256 checksum of the given file get-sha256.ps1, Prints the SHA256 checksum of the given file
hibernate.ps1, enables hibernate mode for the local computer (needs admin rights) hibernate.ps1, Enables hibernate mode for the local computer (needs admin rights)
inspect-exe.ps1, prints basic information of the given executable file inspect-exe.ps1, Prints basic information of the given executable file
install-github-cli.ps1, installs GitHub CLI install-github-cli.ps1, Installs GitHub CLI
install-google-chrome.ps1, installs the Google Chrome browser install-google-chrome.ps1, Installs the Google Chrome browser
install-knot-resolver.ps1, installs the Knot Resolver (needs admin rights) install-knot-resolver.ps1, Installs the Knot Resolver (needs admin rights)
install-signal-cli.ps1, installs signal-cli from github.com/AsamK/signal-cli install-signal-cli.ps1, Installs signal-cli from github.com/AsamK/signal-cli
install-ssh-client.ps1, installs the SSH client (needs admin rights) install-ssh-client.ps1, Installs the SSH client (needs admin rights)
install-ssh-server.ps1, installs the SSH server (needs admin rights) install-ssh-server.ps1, Installs the SSH server (needs admin rights)
install-vscode.ps1, installs Visual Studio Code install-vscode.ps1, Installs Visual Studio Code
install-wsl.ps1, installs Windows Subsystem for Linux (WSL), needs admin rights install-wsl.ps1, Installs Windows Subsystem for Linux (WSL), needs admin rights
introduce-powershell.ps1, introduces PowerShell to new users introduce-powershell.ps1, Introduces PowerShell to new users
list-aliases.ps1, lists all PowerShell aliases list-aliases.ps1, Lists all PowerShell aliases
list-anagrams.ps1, lists all anagrams of the given word list-anagrams.ps1, Lists all anagrams of the given word
list-automatic-variables.ps1, lists the automatic variables of PowerShell list-automatic-variables.ps1, Lists the automatic variables of PowerShell
list-branches.ps1, lists all branches in the current/given Git repository list-branches.ps1, Lists all branches in the current/given Git repository
list-cheat-sheet.ps1, lists the PowerShell cheat sheet list-cheat-sheet.ps1, Lists the PowerShell cheat sheet
list-city-weather.ps1, lists the current weather of cities worldwide (east to west) list-city-weather.ps1, Lists the current weather of cities worldwide (east to west)
list-commits.ps1, lists all commits in the current/given Git repository list-commits.ps1, Lists all commits in the current/given Git repository
list-console-colors.ps1, lists all console colors list-console-colors.ps1, Lists all console colors
list-countries.ps1, lists details of all countries list-countries.ps1, Lists details of all countries
list-cli-tools.ps1, lists available command-line interface (CLI) tools list-cli-tools.ps1, Lists available command-line interface (CLI) tools
list-clipboard.ps1, lists the contents of the clipboard list-clipboard.ps1, Lists the contents of the clipboard
list-credits.ps1, shows the credits list-credits.ps1, Shows the credits
list-crypto-rates.ps1, lists the current crypto exchange rates list-crypto-rates.ps1, Lists the current crypto exchange rates
list-dir.ps1, lists the directory content (formatted in columns) list-dir.ps1, Lists the directory content (formatted in columns)
list-dir-tree.ps1, lists the directory tree content list-dir-tree.ps1, Lists the directory tree content
list-drives.ps1, lists all drives list-drives.ps1, Lists all drives
list-environment-variables.ps1, lists all environment variables list-environment-variables.ps1, Lists all environment variables
list-emojis.ps1, lists the emojis of Unicode 13.0 list-emojis.ps1, Lists the emojis of Unicode 13.0
list-empty-dirs.ps1, lists empty subfolders within the given directory tree list-empty-dirs.ps1, Lists empty subfolders within the given directory tree
list-empty-files.ps1, lists empty files within the given directory tree list-empty-files.ps1, Lists empty files within the given directory tree
list-files.ps1, lists all files in the given folder and also in every subfolder list-files.ps1, Lists all files in the given folder and also in every subfolder
list-fritzbox-calls.ps1, lists the FRITZ!Box calls list-fritzbox-calls.ps1, Lists the FRITZ!Box calls
list-fritzbox-devices.ps1, lists FRITZ!Box's known devices list-fritzbox-devices.ps1, Lists FRITZ!Box's known devices
list-hidden-files.ps1, lists hidden files within the given directory tree list-hidden-files.ps1, Lists hidden files within the given directory tree
list-installed-apps.ps1, lists the installed Windows Store apps list-installed-apps.ps1, Lists the installed Windows Store apps
list-installed-software.ps1, lists the installed software (except Windows Store apps) list-installed-software.ps1, Lists the installed software (except Windows Store apps)
list-latest-tag.ps1, lists the latest tag on the current branch in a Git repository list-latest-tag.ps1, Lists the latest tag on the current branch in a Git repository
list-latest-tags.ps1, lists the latests tags in all Git repositories under the current/given directory list-latest-tags.ps1, Lists the latests tags in all Git repositories under the current/given directory
list-memos.ps1, lists the memos at $HOME/Memos.csv list-memos.ps1, Lists the memos at $HOME/Memos.csv
list-unused-files.ps1, lists unused files in a directory tree list-unused-files.ps1, Lists unused files in a directory tree
list-cmdlets.ps1, lists the PowerShell cmdlets list-cmdlets.ps1, Lists the PowerShell cmdlets
list-earthquakes.ps1, lists earthquakes with magnitude >= 6.0 for the last 30 days list-earthquakes.ps1, Lists earthquakes with magnitude >= 6.0 for the last 30 days
list-exchange-rates.ps1, lists the exchange rates for the given currency list-exchange-rates.ps1, Lists the exchange rates for the given currency
list-modules.ps1, lists the PowerShell modules list-modules.ps1, Lists the PowerShell modules
list-mysql-tables.ps1, lists the MySQL server tables list-mysql-tables.ps1, Lists the MySQL server tables
list-network-shares.ps1, lists the network shares of the local computer list-network-shares.ps1, Lists the network shares of the local computer
list-news.ps1, lists the latest news list-news.ps1, Lists the latest news
list-os-releases.ps1, lists operating system releases and download URL list-os-releases.ps1, Lists operating system releases and download URL
list-os-updates.ps1, lists operating system updates list-os-updates.ps1, Lists operating system updates
list-passwords.ps1, prints a list of random passwords list-passwords.ps1, Prints a list of random passwords
list-pins.ps1, prints a list of random PIN's list-pins.ps1, Prints a list of random PIN's
list-printers.ps1, lists all printer known to the computer list-printers.ps1, Lists all printer known to the computer
list-print-jobs.ps1, lists all jobs of all printers list-print-jobs.ps1, Lists all jobs of all printers
list-processes.ps1, lists the local computer processes list-processes.ps1, Lists the local computer processes
list-profiles.ps1, lists your PowerShell profiles list-profiles.ps1, Lists your PowerShell profiles
list-recycle-bin.ps1, lists the content of the recycle bin folder list-recycle-bin.ps1, Lists the content of the recycle bin folder
list-scripts.ps1, lists all PowerShell scripts in this repository list-scripts.ps1, Lists all PowerShell scripts in this repository
list-services.ps1, lists the services on the local computer list-services.ps1, Lists the services on the local computer
list-sql-tables.ps1, lists the SQL server tables list-sql-tables.ps1, Lists the SQL server tables
list-submodules.ps1, lists the submodules of the current/given Git repository list-submodules.ps1, Lists the submodules of the current/given Git repository
list-system-info.ps1, lists system information on the local computer list-system-info.ps1, Lists system information on the local computer
list-tags.ps1, lists all tags in the current/given Git repository list-tags.ps1, Lists all tags in the current/given Git repository
list-tasks.ps1, lists all Windows scheduler tasks list-tasks.ps1, Lists all Windows scheduler tasks
list-timezone.ps1, lists the current time zone details list-timezone.ps1, Lists the current time zone details
list-timezones.ps1, lists all time zones available list-timezones.ps1, Lists all time zones available
list-tiobe-index.ps1, lists the TIOBE index of top programming languages list-tiobe-index.ps1, Lists the TIOBE index of top programming languages
list-user-groups.ps1, lists the user groups on the local computer list-user-groups.ps1, Lists the user groups on the local computer
list-voices.ps1, lists the installed text-to-speech (TTS) voices list-voices.ps1, Lists the installed text-to-speech (TTS) voices
list-weather.ps1, lists the hourly weather list-weather.ps1, Lists the hourly weather
list-workdir.ps1, lists the current working directory list-workdir.ps1, Lists the current working directory
locate-city.ps1, prints the geographic location of the given city locate-city.ps1, Prints the geographic location of the given city
locate-ipaddress.ps1, prints the geographic location of the given IP address locate-ipaddress.ps1, Prints the geographic location of the given IP address
locate-zip-code.ps1, prints the geographic location of the given zip-code 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 make-install.ps1, Installs built executables and libs to the installation directory
make-repo.ps1, builds the current/given Git repository make-repo.ps1, Builds the current/given Git repository
make-repos.ps1, builds all Git repositories under the current/given directory make-repos.ps1, Builds all Git repositories under the current/given directory
moon.ps1, prints the current moon phase moon.ps1, Prints the current moon phase
mute-audio.ps1, mutes audio mute-audio.ps1, Mutes the audio device
open-browser.ps1, starts the default Web browser open-browser.ps1, Starts the default Web browser
open-calculator.ps1, starts the calculator program open-calculator.ps1, Starts the calculator program
open-email-client.ps1, starts the default email client open-email-client.ps1, Starts the default email client
open-file-explorer.ps1, starts the Microsoft File Explorer open-file-explorer.ps1, Starts the Microsoft File Explorer
open-netflix.ps1, starts the Netflix app open-netflix.ps1, Starts the Netflix app
open-onedrive.ps1, opens the user's OneDrive folder open-onedrive.ps1, Opens the user's OneDrive folder
open-recycle-bin.ps1, starts the File Explorer with the recycle bin folder open-recycle-bin.ps1, Starts the File Explorer with the recycle bin folder
play-beep.ps1, plays a beep sound play-beep.ps1, Plays a beep sound
play-files.ps1, plays the given audio files play-files.ps1, Plays the given audio files
play-happy-birthday.ps1, plays the Happy Birthday song play-happy-birthday.ps1, Plays the Happy Birthday song
play-imperial-march.ps1, plays the Imperial March (Star Wars) play-imperial-march.ps1, Plays the Imperial March (Star Wars)
play-jingle-bells.ps1, plays Jingle Bells play-jingle-bells.ps1, Plays Jingle Bells
play-mission-impossible.ps1, plays the Mission Impossible theme play-mission-impossible.ps1, Plays the Mission Impossible theme
play-m3u.ps1, plays the given playlist (M3U file format) play-m3u.ps1, Plays the given playlist (M3U file format)
play-mp3.ps1, plays the given sound file (MP3 file format) play-mp3.ps1, Plays the given sound file (MP3 file format)
play-super-mario.ps1, plays the Super Mario Intro play-super-mario.ps1, Plays the Super Mario Intro
play-tetris-melody.ps1, plays the Tetris melody play-tetris-melody.ps1, Plays the Tetris melody
poweroff.ps1, halts the local computer (needs admin rights) poweroff.ps1, Halts the local computer (needs admin rights)
publish-to-ipfs.ps1, publishes the given files or directory to IPFS 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) pull-repo.ps1, Pulls updates for the current/given Git repository (including submodules)
pull-repos.ps1, pulls updates for all Git repositories under the current/given directory (including submodules) pull-repos.ps1, Pulls updates for all Git repositories under the current/given directory (including submodules)
query-smart-data.ps1, queries the S.M.A.R.T. data of your HDD/SSD's and saves it to the current/given directory query-smart-data.ps1, Queries the S.M.A.R.T. data of your HDD/SSD's and saves it to the current/given directory
new-branch.ps1, creates a new branch in the current/given Git repository new-branch.ps1, Creates a new branch in the current/given Git repository
new-email.ps1, starts the default email client to write a new email new-email.ps1, Starts the default email client to write a new email
new-qrcode.ps1, generates a new QR code new-qrcode.ps1, Generates a new QR code
new-script.ps1, creates a new PowerShell script new-script.ps1, Creates a new PowerShell script
new-shortcut.ps1, creates a new shortcut new-shortcut.ps1, Creates a new shortcut file
new-symlink.ps1, creates a new symbolic link new-symlink.ps1, Creates a new symbolic link file
new-tag.ps1, creates a new tag in a Git repository new-tag.ps1, Creates a new tag in a Git repository
new-zipfile.ps1, creates a new .zip file from a directory new-zipfile.ps1, Creates a new .zip file from a directory
reboot.ps1, reboots the local computer (needs admin rights) reboot.ps1, Reboots the local computer (needs admin rights)
reboot-fritzbox.ps1, reboots the FRITZ!box device reboot-fritzbox.ps1, Reboots the FRITZ!box device
remove-empty-dirs.ps1, removes empty subfolders within the given directory tree remove-empty-dirs.ps1, Removes empty subfolders within the given directory tree
remove-print-jobs.ps1, removes all jobs from all printers remove-print-jobs.ps1, Removes all jobs from all printers
remove-tag.ps1, removes a tag in a Git repository remove-tag.ps1, Removes a tag in a Git repository
restart-network-adapters.ps1, restarts all local network adapters restart-network-adapters.ps1, Restarts all local network adapters
search-filename.ps1, searches the directory tree for filenames by given pattern search-filename.ps1, Searches the directory tree for filenames by given pattern
search-files.ps1, searches the given pattern in the given files search-files.ps1, Searches the given pattern in the given files
scan-ports.ps1, scans the network for open/closed ports scan-ports.ps1, Scans the network for open/closed ports
send-email.ps1, sends an email message send-email.ps1, Sends an email message
send-tcp.ps1, sends a TCP message to the given IP address and port send-tcp.ps1, Sends a TCP message to the given IP address and port
send-udp.ps1, sends a UDP datagram message to the given IP address and port send-udp.ps1, Sends a UDP datagram message to the given IP address and port
set-profile.ps1, updates your PowerShell user profile set-profile.ps1, Updates your PowerShell user profile
set-timer.ps1, sets a timer for a countdown set-timer.ps1, Sets a timer for a countdown
set-wallpaper.ps1, sets the given image as wallpaper set-wallpaper.ps1, Sets the given image as wallpaper
simulate-matrix.ps1, simulates the Matrix (fun) simulate-matrix.ps1, Simulates the Matrix (fun)
simulate-presence.ps1, simulates the human presence against burglars simulate-presence.ps1, Simulates the human presence against burglars
speak-checklist.ps1, speaks the given checklist by text-to-speech (TTS) speak-checklist.ps1, Speaks the given checklist by text-to-speech (TTS)
speak-countdown.ps1, starts a countdown by text-to-speech (TTS) speak-countdown.ps1, Starts a countdown by text-to-speech (TTS)
speak-date.ps1, speaks the current date by text-to-speech (TTS) speak-date.ps1, Speaks the current date by text-to-speech (TTS)
speak-english.ps1, speaks the given text with an English text-to-speech (TTS) voice speak-english.ps1, Speaks the given text with an English text-to-speech (TTS) voice
speak-epub.ps1, speaks the content of the given Epub file by text-to-speech (TTS) speak-epub.ps1, Speaks the content of the given Epub file by text-to-speech (TTS)
speak-file.ps1, speaks the content of the given text file by text-to-speech (TTS) speak-file.ps1, Speaks the content of the given text file by text-to-speech (TTS)
speak-french.ps1, speaks the given text with a French text-to-speech (TTS) voice speak-french.ps1, Speaks the given text with a French text-to-speech (TTS) voice
speak-german.ps1, speaks the given text with a German text-to-speech (TTS) voice speak-german.ps1, Speaks the given text with a German text-to-speech (TTS) voice
speak-italian.ps1, speaks the given text with an Italian text-to-speech (TTS) voice speak-italian.ps1, Speaks the given text with an Italian text-to-speech (TTS) voice
speak-joke.ps1, speaks a random Chuck Norris joke by text-to-speech (TTS) speak-joke.ps1, Speaks a random Chuck Norris joke by text-to-speech (TTS)
speak-quote.ps1, speaks a random quote by text-to-speech (TTS) speak-quote.ps1, Speaks a random quote by text-to-speech (TTS)
speak-spanish.ps1, speaks the given text with a Spanish text-to-speech (TTS) voice speak-spanish.ps1, Speaks the given text with a Spanish text-to-speech (TTS) voice
speak-test.ps1, performs a speak test by text-to-speech (TTS) speak-test.ps1, Performs a speak test by text-to-speech (TTS)
speak-text.ps1, speaks the given text by text-to-speech (TTS) speak-text.ps1, Speaks the given text by text-to-speech (TTS)
speak-time.ps1, speaks the current time by text-to-speech (TTS) speak-time.ps1, Speaks the current time by text-to-speech (TTS)
start-calibre-server.ps1, starts a local Calibre server start-calibre-server.ps1, Starts a local Calibre server
start-ipfs-server.ps1, starts a local IPFS server start-ipfs-server.ps1, Starts a local IPFS server
switch-branch.ps1, switches the branch in the current/given Git repository (including submodules) 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 switch-shelly1.ps1, Switches a Shelly1 device in the local network
sync-repo.ps1, synchronizes a Git repository by push & pull (including submodules) sync-repo.ps1, Synchronizes a Git repository by push & pull (including submodules)
take-screenshot.ps1, takes a single screenshot take-screenshot.ps1, Takes a single screenshot
take-screenshots.ps1, takes multiple screenshots take-screenshots.ps1, Takes multiple screenshots
translate-file.ps1, translates the given text file into another language translate-file.ps1, Translates the given text file into another language
translate-files.ps1, translates the given text files into any supported language translate-files.ps1, Translates the given text files into any supported language
translate-text.ps1, translates the given text into other languages translate-text.ps1, Translates the given text into other languages
turn-volume-up.ps1, turns the audio volume up (+10% by default) turn-volume-up.ps1, Turns the audio volume up (+10% by default)
turn-volume-down.ps1, turns the audio volume down (-10% by default) turn-volume-down.ps1, Turns the audio volume down (-10% by default)
unmute-audio.ps1, unmutes audio unmute-audio.ps1, Unmutes audio
upgrade-ubuntu.ps1, upgrades Ubuntu Linux to the latest (LTS) release upgrade-ubuntu.ps1, Upgrades Ubuntu Linux to the latest (LTS) release
upload-file.ps1, uploads the local file to the given FTP server upload-file.ps1, Uploads the local file to the given FTP server
voice-control.ps1, executes the PowerShell scripts by voice voice-control.ps1, Executes the PowerShell scripts by voice
wakeup.ps1, sends a magic packet to the given computer, waking him up wakeup.ps1, Sends a magic packet to the given computer, waking him up
weather.ps1, prints the current weather forecast weather.ps1, Prints the current weather forecast
weather-report.ps1, prints the local weather report weather-report.ps1, Prints the local weather report
what-is.ps1, prints a description of the given abbreviation what-is.ps1, Prints a description of the given abbreviation
write-animated.ps1, writes animated text write-animated.ps1, Writes animated text
write-big.ps1, writes the given text in big letters write-big.ps1, Writes the given text in big letters
write-blue.ps1, writes the given text in a blue foreground color write-blue.ps1, Writes the given text in a blue foreground color
write-braille.ps1, writes the given text in Braille write-braille.ps1, Writes the given text in Braille
write-green.ps1, writes the given text in a green foreground color write-green.ps1, Writes the given text in a green foreground color
write-joke.ps1], writes a random Juck Norris joke write-joke.ps1], Writes a random Juck Norris joke
write-lowercase.ps1, writes the given text in lowercase letters write-lowercase.ps1, Writes the given text in lowercase letters
write-marquee.ps1, writes the given text as marquee write-marquee.ps1, Writes the given text as marquee
write-morse-code.ps1, writes the given text in Morse code write-morse-code.ps1, Writes the given text in Morse code
write-motd.ps1, writes the message of the day (MOTD) write-motd.ps1, Writes the message of the day (MOTD)
write-quote.ps1, writes a random quote write-quote.ps1, Writes a random quote
write-red.ps1, writes the given text in a red foreground color write-red.ps1, Writes the given text in a red foreground color
write-rot13.ps1, encodes or decodes the given text with ROT13 write-rot13.ps1, Encodes or decodes the given text with ROT13
write-typewriter.ps1, writes the given text with the typewriter effect write-typewriter.ps1, Writes the given text with the typewriter effect
write-uppercase.ps1, writes the given text in uppercase letters write-uppercase.ps1, Writes the given text in uppercase letters
write-vertical.ps1, writes the given text in vertical direction write-vertical.ps1, Writes the given text in vertical direction

Can't render this file because it has a wrong number of fields in line 86.

View File

@ -166,8 +166,8 @@ Mega Collection of PowerShell Scripts
| [list-unused-files.ps1](Scripts/list-unused-files.ps1) | Lists unused files in a directory tree | [Help](Docs/list-unused-files.ps1.md) | | [list-unused-files.ps1](Scripts/list-unused-files.ps1) | Lists unused files in a directory tree | [Help](Docs/list-unused-files.ps1.md) |
| [list-workdir.ps1](Scripts/list-workdir.ps1) | Lists the current working directory | [Help](Docs/list-workdir.ps1.md) | | [list-workdir.ps1](Scripts/list-workdir.ps1) | Lists the current working directory | [Help](Docs/list-workdir.ps1.md) |
| [make-install.ps1](Scripts/make-install.ps1) | Installs built executables and libs to the installation directory | [Help](Docs/make-install.ps1.md) | | [make-install.ps1](Scripts/make-install.ps1) | Installs built executables and libs to the installation directory | [Help](Docs/make-install.ps1.md) |
| [new-shortcut.ps1](Scripts/new-shortcut.ps1) | Creates a new shortcut | [Help](Docs/new-shortcut.ps1.md) | | [new-shortcut.ps1](Scripts/new-shortcut.ps1) | Creates a new shortcut file | [Help](Docs/new-shortcut.ps1.md) |
| [new-symlink.ps1](Scripts/new-symlink.ps1) | Creates a new symbolic link | [Help](Docs/new-symlink.ps1.md) | | [new-symlink.ps1](Scripts/new-symlink.ps1) | Creates a new symbolic link file | [Help](Docs/new-symlink.ps1.md) |
| [new-zipfile.ps1](Scripts/new-zipfile.ps1) | Creates a new .zip file from a directory | [Help](Docs/new-zipfile.ps1.md) | | [new-zipfile.ps1](Scripts/new-zipfile.ps1) | Creates a new .zip file from a directory | [Help](Docs/new-zipfile.ps1.md) |
| [publish-to-ipfs.ps1](Scripts/publish-to-ipfs.ps1) | Publishes the given files or directory to IPFS | [Help](Docs/publish-to-ipfs.ps1.md) | | [publish-to-ipfs.ps1](Scripts/publish-to-ipfs.ps1) | Publishes the given files or directory to IPFS | [Help](Docs/publish-to-ipfs.ps1.md) |
| [remove-empty-dirs.ps1](Scripts/remove-empty-dirs.ps1) | Removes empty subfolders within the given directory tree | [Help](Docs/remove-empty-dirs.ps1.md) | | [remove-empty-dirs.ps1](Scripts/remove-empty-dirs.ps1) | Removes empty subfolders within the given directory tree | [Help](Docs/remove-empty-dirs.ps1.md) |

View File

@ -2,7 +2,7 @@
.SYNOPSIS .SYNOPSIS
new-shortcut.ps1 [<shortcut>] [<target>] [<description>] new-shortcut.ps1 [<shortcut>] [<target>] [<description>]
.DESCRIPTION .DESCRIPTION
Creates a new shortcut file. Creates a new shortcut file
.EXAMPLE .EXAMPLE
PS> .\new-shortcut.ps1 C:\Temp\HDD C:\ PS> .\new-shortcut.ps1 C:\Temp\HDD C:\
.NOTES .NOTES

View File

@ -2,7 +2,7 @@
.SYNOPSIS .SYNOPSIS
new-symlink.ps1 [<symlink>] [<target>] new-symlink.ps1 [<symlink>] [<target>]
.DESCRIPTION .DESCRIPTION
Creates a new symbolic link file. Creates a new symbolic link file
.EXAMPLE .EXAMPLE
PS> .\new-symlink.ps1 C:\Temp\HDD C:\ PS> .\new-symlink.ps1 C:\Temp\HDD C:\
.NOTES .NOTES