mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-12-26 16:48:54 +01:00
Update scripts.csv
This commit is contained in:
parent
6c1a6b514c
commit
3e9a2c4e17
@ -296,8 +296,8 @@ play-vulture-sound.ps1, ,"Plays a vulture sound",
|
|||||||
play-wolf-sound.ps1, ,"Plays a wolf sound",
|
play-wolf-sound.ps1, ,"Plays a wolf sound",
|
||||||
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,git,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,git,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,
|
||||||
@ -310,9 +310,10 @@ 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,
|
||||||
remind-me.ps1, ,Creates a scheduled task that will display a popup message,
|
remind-me.ps1, ,Creates a scheduled task that will display a popup message,
|
||||||
remove-empty-dirs.ps1, ,Removes empty subfolders within the given directory tree,
|
remove-empty-dirs.ps1,filesystem,"Removes all empty subfolders within a directory tree",
|
||||||
remove-print-jobs.ps1, ,Removes all jobs from all printers,
|
remove-old-dirs.ps1,filesystem,"Removes old directories",
|
||||||
remove-tag.ps1, ,Removes a tag in a Git repository,
|
remove-print-jobs.ps1,misc,"Removes all jobs from all printers",
|
||||||
|
remove-tag.ps1,git,"Removes a Git tag (locally, remote, or both)"
|
||||||
replace-in-files.ps1, ,Search and replace a pattern in the given files by the replacement,
|
replace-in-files.ps1, ,Search and replace a pattern in the given files by the replacement,
|
||||||
restart-network-adapters.ps1, ,Restarts all local network adapters,
|
restart-network-adapters.ps1, ,Restarts all local network adapters,
|
||||||
save-screenshot.ps1, ,Saves a single screenshot,
|
save-screenshot.ps1, ,Saves a single screenshot,
|
||||||
@ -361,8 +362,9 @@ speak-turkish.ps1, ,"Speaks text in Turkish",
|
|||||||
speak-ukrainian.ps1, ,"Speaks text in Ukrainian",
|
speak-ukrainian.ps1, ,"Speaks text in Ukrainian",
|
||||||
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,git,"Switches the Git branch",
|
||||||
switch-shelly1.ps1, ,Switches a Shelly1 device in the local network,
|
switch-shelly1.ps1,misc,"Switches a Shelly1 device",
|
||||||
|
switch-tabs.ps1,desktop,"Switches browser tabs",
|
||||||
sync-repo.ps1, ,Synchronizes a Git repository by pull & push (including submodules),
|
sync-repo.ps1, ,Synchronizes a Git repository by pull & push (including submodules),
|
||||||
tell-joke.ps1, ,Tells a random joke by text-to-speech,
|
tell-joke.ps1, ,Tells a random joke by text-to-speech,
|
||||||
tell-quote.ps1, ,Tells a random quote by text-to-speech,
|
tell-quote.ps1, ,Tells a random quote by text-to-speech,
|
||||||
|
Can't render this file because it has a wrong number of fields in line 316.
|
Loading…
Reference in New Issue
Block a user