Update scripts.csv

This commit is contained in:
Markus Fleschutz 2023-09-28 13:27:26 +02:00 committed by GitHub
parent b6cbfe4273
commit b367c74a5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -161,19 +161,30 @@ 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,git,Copies newer EXE's + DLL's from the build directory to the installation directory,
moon.ps1, ,Prints the current moon phase, measure-BubbleSort.ps1,misc,Measures the speed of BubbleSort,
mute-audio.ps1, ,Mutes the audio device, measure-BucketSort.ps1,misc,Measures the speed of BucketSort,
new-branch.ps1, ,Creates a new Git branch, measure-CountingSort.ps1,misc,Measures the speed of CountingSort,
new-email.ps1, ,Opens the default email client to write a new email, measure-HeapSort.ps1,misc,Measures the speed of HeapSort,
new-qrcode.ps1, ,Generates a QR code, measure-InsertionSort.ps1,misc,Measures the speed of InsertionSort,
new-script.ps1, ,Creates a new PowerShell script file, measure-MergeSort.ps1,misc,Measures the speed of MergeSort,
new-shortcut.ps1, ,Creates a new shortcut file, measure-QuickSort.ps1,misc,Measures the speed of QuickSort,
new-symlink.ps1, ,Creates a new symbolic link file, measure-SelectionSort.ps1,misc,Measures the speed of SelectionSort,
new-tag.ps1, ,Creates a new tag in a Git repository, measure-sorting-algorithms.ps1,misc,Measures the speed of sorting algorithms,
new-user.ps1, ,Creates a new user account, minimize-all-windows.ps1,desktop,Minimizes all windows,
new-zipfile.ps1, ,Creates a new .ZIP file from a folder (including subfolders), move-mouse-pointer.ps1,desktop,Moves the mouse pointer,
open-amazon.ps1, ,Opens Amazon's website, new-branch.ps1,git,Creates a new Git branch,
new-email.ps1,desktop,Opens the default email client to write a new email,
new-qrcode.ps1,misc,Generates a QR code,
new-script.ps1,misc,Creates a new PowerShell script file,
new-shortcut.ps1,filesystem,Creates a new shortcut file,
new-symlink.ps1,filesystem,Creates a new symbolic link file,
new-tag.ps1,git,Creates a new tag in a Git repository,
new-user.ps1,misc,Creates a new user account,
new-zipfile.ps1,filesystem,Creates a new .ZIP file from a folder (including subfolders),
on-desktop-login.ps1,desktop,Executes tasks on desktop login,
open-apps-folder.ps1,desktop,Opens the Apps folder,
open-auto-start-folder.ps1,desktop,Opens the autostart folder,
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-c-drive.ps1, ,Opens the C: drive folder, open-c-drive.ps1, ,Opens the C: drive folder,

1 SCRIPT CATEGORY DESCRIPTION
161 locate-city.ps1 Prints the geographic location of the given city
162 locate-ipaddress.ps1 Prints the geographic location of the given IP address
163 locate-zip-code.ps1 Prints the geographic location of the given zip-code
164 make-install.ps1 git Installs built executables and libs to the installation directory Copies newer EXE's + DLL's from the build directory to the installation directory
165 moon.ps1 measure-BubbleSort.ps1 misc Prints the current moon phase Measures the speed of BubbleSort
166 mute-audio.ps1 measure-BucketSort.ps1 misc Mutes the audio device Measures the speed of BucketSort
167 new-branch.ps1 measure-CountingSort.ps1 misc Creates a new Git branch Measures the speed of CountingSort
168 new-email.ps1 measure-HeapSort.ps1 misc Opens the default email client to write a new email Measures the speed of HeapSort
169 new-qrcode.ps1 measure-InsertionSort.ps1 misc Generates a QR code Measures the speed of InsertionSort
170 new-script.ps1 measure-MergeSort.ps1 misc Creates a new PowerShell script file Measures the speed of MergeSort
171 new-shortcut.ps1 measure-QuickSort.ps1 misc Creates a new shortcut file Measures the speed of QuickSort
172 new-symlink.ps1 measure-SelectionSort.ps1 misc Creates a new symbolic link file Measures the speed of SelectionSort
173 new-tag.ps1 measure-sorting-algorithms.ps1 misc Creates a new tag in a Git repository Measures the speed of sorting algorithms
174 new-user.ps1 minimize-all-windows.ps1 desktop Creates a new user account Minimizes all windows
175 new-zipfile.ps1 move-mouse-pointer.ps1 desktop Creates a new .ZIP file from a folder (including subfolders) Moves the mouse pointer
176 open-amazon.ps1 new-branch.ps1 git Opens Amazon's website Creates a new Git branch
177 new-email.ps1 desktop Opens the default email client to write a new email
178 new-qrcode.ps1 misc Generates a QR code
179 new-script.ps1 misc Creates a new PowerShell script file
180 new-shortcut.ps1 filesystem Creates a new shortcut file
181 new-symlink.ps1 filesystem Creates a new symbolic link file
182 new-tag.ps1 git Creates a new tag in a Git repository
183 new-user.ps1 misc Creates a new user account
184 new-zipfile.ps1 filesystem Creates a new .ZIP file from a folder (including subfolders)
185 on-desktop-login.ps1 desktop Executes tasks on desktop login
186 open-apps-folder.ps1 desktop Opens the Apps folder
187 open-auto-start-folder.ps1 desktop Opens the autostart folder
188 open-browser.ps1 Starts the default Web browser
189 open-calculator.ps1 Starts the calculator program
190 open-c-drive.ps1 Opens the C: drive folder