Update scripts.csv

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

View File

@ -183,15 +183,15 @@ open-email-client.ps1, ,Starts the default email client,
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-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-github.ps1,desktop,Opens GitHub's website,
open-google-books.ps1,desktop,Opens Google Books,
open-google-calendar.ps1,desktop,Opens Google Calendar,
open-google-contacts.ps1,desktop,Opens Google Contacts,
open-google-docs.ps1,desktop,Opens Google Docs,
open-google-earth.ps1,desktop,Opens Google Earth,
open-google-mail.ps1,desktop,Opens Google Mail,
open-google-maps.ps1,desktop,Opens Google Maps,
open-google-news.ps1,desktop,Opens Google News,
open-google-photos.ps1, ,Opens Google Photos,
open-google-play.ps1, ,Opens Google Play,
open-google-search.ps1, ,Opens Google Search,
@ -267,10 +267,6 @@ remove-tag.ps1, ,Removes a tag in a Git repository,
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,
save-screenshot.ps1, ,Saves a single screenshot,
say-date.ps1, ,Say the current date by text-to-speech,
say-joke.ps1, ,Say a random Chuck Norris joke by text-to-speech,
say-quote.ps1, ,Say a random quote by text-to-speech,
say-time.ps1, ,Say the current time by text-to-speech,
search-filename.ps1, ,Searches the directory tree for filenames by given pattern,
search-files.ps1, ,Searches the given pattern in the given files,
scan-ports.ps1, ,Scans the network for open/closed ports,
@ -321,17 +317,17 @@ switch-shelly1.ps1, ,Switches a Shelly1 device in the local network,
sync-repo.ps1, ,Synchronizes a Git repository by pull & push (including submodules),
tell-joke.ps1, ,Tells a random joke by text-to-speech,
tell-quote.ps1, ,Tells a random quote by text-to-speech,
toggle-caps-lock.ps1, ,Toggle Caps Lock,
toggle-num-lock.ps1, ,Toggle Num Lock,
toggle-scroll-lock.ps1, ,Toggle Scroll Lock,
toggle-caps-lock.ps1,desktop,Toggle Caps Lock,
toggle-num-lock.ps1,desktop,Toggle Num Lock,
toggle-scroll-lock.ps1,desktop,Toggle Scroll Lock,
translate-file.ps1, ,Translates the given text file into another language,
translate-files.ps1, ,Translates the given text files into any supported language,
translate-text.ps1, ,Translates the given text into other languages,
turn-volume-down.ps1, ,Turns the volume down,
turn-volume-fully-up.ps1, ,Turns the volume fully up,
turn-volume-off.ps1, ,Turn audio off,
turn-volume-on.ps1, ,Turn audio on,
turn-volume-up.ps1, ,Turns the volume up,
turn-volume-down.ps1,audio,Turns the volume down,
turn-volume-fully-up.ps1,audio,Turns the volume fully up,
turn-volume-off.ps1,audio,Turn audio off,
turn-volume-on.ps1,audio,Turn audio on,
turn-volume-up.ps1,audio,Turns the volume up,
uninstall-all-apps.ps1, ,Uninstalls all apps,
uninstall-bloatware.ps1, ,Uninstalls bloatware,
uninstall-crystal-disk-info.ps1, ,Uninstalls CrystalDiskInfo,

1 SCRIPT CATEGORY DESCRIPTION
183 open-facebook.ps1 Opens Facebook's website
184 open-file-explorer.ps1 Opens the File Explorer
185 open-fritz-box.ps1 Opens FRITZ!Box's web interface
186 open-github.ps1 desktop Opens GitHub's website
187 open-google-books.ps1 desktop Opens Google Books
188 open-google-calendar.ps1 desktop Opens Google Calendar
189 open-google-contacts.ps1 desktop Opens Google Contacts
190 open-google-docs.ps1 desktop Opens Google Docs
191 open-google-earth.ps1 desktop Opens Google Earth
192 open-google-mail.ps1 desktop Opens Google Mail
193 open-google-maps.ps1 desktop Opens Google Maps
194 open-google-news.ps1 desktop Opens Google News
195 open-google-photos.ps1 Opens Google Photos
196 open-google-play.ps1 Opens Google Play
197 open-google-search.ps1 Opens Google Search
267 replace-in-files.ps1 Search and replace a pattern in the given files by the replacement
268 restart-network-adapters.ps1 Restarts all local network adapters
269 save-screenshot.ps1 Saves a single screenshot
say-date.ps1 Say the current date by text-to-speech
say-joke.ps1 Say a random Chuck Norris joke by text-to-speech
say-quote.ps1 Say a random quote by text-to-speech
say-time.ps1 Say the current time by text-to-speech
270 search-filename.ps1 Searches the directory tree for filenames by given pattern
271 search-files.ps1 Searches the given pattern in the given files
272 scan-ports.ps1 Scans the network for open/closed ports
317 sync-repo.ps1 Synchronizes a Git repository by pull & push (including submodules)
318 tell-joke.ps1 Tells a random joke by text-to-speech
319 tell-quote.ps1 Tells a random quote by text-to-speech
320 toggle-caps-lock.ps1 desktop Toggle Caps Lock
321 toggle-num-lock.ps1 desktop Toggle Num Lock
322 toggle-scroll-lock.ps1 desktop Toggle Scroll Lock
323 translate-file.ps1 Translates the given text file into another language
324 translate-files.ps1 Translates the given text files into any supported language
325 translate-text.ps1 Translates the given text into other languages
326 turn-volume-down.ps1 audio Turns the volume down
327 turn-volume-fully-up.ps1 audio Turns the volume fully up
328 turn-volume-off.ps1 audio Turn audio off
329 turn-volume-on.ps1 audio Turn audio on
330 turn-volume-up.ps1 audio Turns the volume up
331 uninstall-all-apps.ps1 Uninstalls all apps
332 uninstall-bloatware.ps1 Uninstalls bloatware
333 uninstall-crystal-disk-info.ps1 Uninstalls CrystalDiskInfo