mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-22 07:53:21 +01:00
Update scripts.csv
This commit is contained in:
parent
b6cbfe4273
commit
b367c74a5a
@ -161,19 +161,30 @@ list-workdir.ps1, ,Lists the current working directory,
|
||||
locate-city.ps1, ,Prints the geographic location of the given city,
|
||||
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,
|
||||
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,
|
||||
make-install.ps1,git,Copies newer EXE's + DLL's from the build directory to the installation directory,
|
||||
measure-BubbleSort.ps1,misc,Measures the speed of BubbleSort,
|
||||
measure-BucketSort.ps1,misc,Measures the speed of BucketSort,
|
||||
measure-CountingSort.ps1,misc,Measures the speed of CountingSort,
|
||||
measure-HeapSort.ps1,misc,Measures the speed of HeapSort,
|
||||
measure-InsertionSort.ps1,misc,Measures the speed of InsertionSort,
|
||||
measure-MergeSort.ps1,misc,Measures the speed of MergeSort,
|
||||
measure-QuickSort.ps1,misc,Measures the speed of QuickSort,
|
||||
measure-SelectionSort.ps1,misc,Measures the speed of SelectionSort,
|
||||
measure-sorting-algorithms.ps1,misc,Measures the speed of sorting algorithms,
|
||||
minimize-all-windows.ps1,desktop,Minimizes all windows,
|
||||
move-mouse-pointer.ps1,desktop,Moves the mouse pointer,
|
||||
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-calculator.ps1, ,Starts the calculator program,
|
||||
open-c-drive.ps1, ,Opens the C: drive folder,
|
||||
|
|
Loading…
Reference in New Issue
Block a user