mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 21:07:40 +02:00
Add open-wikipedia.ps1
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
## open-amazon.ps1 - Opens Amazon's website
|
||||
|
||||
This script starts the Web browser and opens the Amazon website.
|
||||
This script launches the Web browser with the Amazon website.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## open-browser.ps1 - Opens the default Web browser
|
||||
|
||||
This script opens the default Web browser, optional with given URL.
|
||||
This script launches the default Web browser, optional with a given URL.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## open-c-drive.ps1 - Opens the C: drive folder
|
||||
|
||||
This script starts the File Explorer showing the C: drive folder.
|
||||
This script launches the File Explorer showing the C: drive folder.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## open-calculator.ps1 - Starts the calculator app
|
||||
|
||||
This script starts the calculator application.
|
||||
This script launches the calculator application.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## open-downloads-folder.ps1 - Opens the user's downloads folder
|
||||
|
||||
This script starts the File Explorer and shows the user's downloads folder.
|
||||
This script launches the File Explorer showing the user's downloads folder.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## open-dropbox-folder.ps1 - Opens the user's Dropbox folder
|
||||
|
||||
This script starts the File Explorer and shows the user's Dropbox folder.
|
||||
This script launches the File and showing the user's Dropbox folder.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## open-edge.ps1 - Starts Microsoft Edge
|
||||
|
||||
This script starts the Microsoft Edge Web browser.
|
||||
This script launches the Microsoft Edge Web browser.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## open-email-client.ps1 - Starts the default email client
|
||||
|
||||
This script starts the default email client.
|
||||
This script launches the default email client.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## open-facebook.ps1 - Opens Facebook's website
|
||||
|
||||
This script starts the Web browser with Facebook's website.
|
||||
This script launches the Web browser with Facebook's website.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## open-file-explorer.ps1 - Starts the File Explorer
|
||||
|
||||
This script starts the File Explorer.
|
||||
This script launches the File Explorer.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## open-fritz-box.ps1 - Opens FRITZ!Box's Web interface
|
||||
|
||||
This script starts the Web browser with FRITZ!Box's Web interface.
|
||||
This script launches the Web browser with FRITZ!Box's Web interface.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## open-github.ps1 - Opens GitHub's website
|
||||
|
||||
This script starts the Web browser with GitHub's website.
|
||||
This script launches the Web browser with the GitHub website.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## open-google-contacts.ps1 - Opens Google Contacts
|
||||
|
||||
This script starts the Web browser and opens Google Contacts.
|
||||
This script launches the Web browser with Google Contacts website.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## open-google-earth.ps1 - Opens Google Earth
|
||||
|
||||
This script starts the Web browser and opens Google Earth
|
||||
This script launches the Web browser with Google Earth's website.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## open-google-maps.ps1 - Opens Google Maps
|
||||
|
||||
This script starts the Web browser and opens Google Maps.
|
||||
This script launches the Web browser with the Google Maps website.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## open-google-news.ps1 - Opens Google News
|
||||
|
||||
This script starts the Web browser and opens Google News.
|
||||
This script launches the Web browser with the Google News website.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## open-google-search.ps1 - Opens Google Search
|
||||
|
||||
This script starts the Web browser and opens Google Search
|
||||
This script launches the Web browser with the Google Search website.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## open-google-translate.ps1 - Opens Google Translate
|
||||
|
||||
This script starts the Web browser and opens Google Translate.
|
||||
This script launches the Web browser with the Google Translate website.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## open-home-folder.ps1 - Opens the home folder
|
||||
|
||||
This script starts the File Explorer and shows the home folder.
|
||||
This script launches the File Explorer with the user's home folder.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## open-microsoft-store.ps1 - Starts the Microsoft Store app
|
||||
|
||||
This script starts the Microsoft Store application.
|
||||
This script launches the Microsoft Store application.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## open-music-folder.ps1 - Opens the music folder
|
||||
|
||||
This script starts the File Explorer and shows the music folder.
|
||||
This script launches the File Explorer with the user's music folder.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## open-netflix.ps1 - Starts the Netflix app
|
||||
|
||||
This script starts the Netflix application.
|
||||
This script launches the Netflix application.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## open-notepad.ps1 - Starts Notepad
|
||||
|
||||
This script starts Notepad.
|
||||
This script launches the Notepad application.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## open-onedrive-folder.ps1 - Opens the user's OneDrive folder
|
||||
|
||||
This script opens the user's OneDrive folder.
|
||||
This script launches Microsoft OneDrive with the user's OneDrive folder.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## open-pictures-folder.ps1 - Opens the user's pictures folder
|
||||
|
||||
This script starts the File Explorer and shows the user's pictures folder.
|
||||
This script launches the File Explorer with the user's pictures folder.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## open-recycle-bin.ps1 - Opens the user's recycle bin folder
|
||||
|
||||
This script starts the File Explorer and shows the user's recycle bin folder.
|
||||
This script launches the File Explorer with the user's recycle bin folder.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## open-repos-folder.ps1 - Opens the Git repositories folder
|
||||
|
||||
This script starts the File Explorer and shows the user's Git repositories folder.
|
||||
This script launches the File Explorer with the user's Git repositories folder.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## open-snipping-tool.ps1 - Starts the Snipping Tool
|
||||
|
||||
This script starts the Snipping Tool application.
|
||||
This script launches the Snipping Tool application.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## open-spotify.ps1 - Starts Spotify
|
||||
|
||||
This script starts the Spotify application.
|
||||
This script launches the Spotify application.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## open-system-settings.ps1 - Opens system settings of Windows
|
||||
## open-system-settings.ps1 - Opens Windows system settings
|
||||
|
||||
This script starts the system settings of Windows.
|
||||
This script launches the Windows system settings application.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## open-task-manager.ps1 - Starts the Task Manager
|
||||
|
||||
This script starts the Task Manager application (Windows only).
|
||||
This script launches the Windows Task Manager application.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## open-toggl-track.ps1 - Opens Toggl Track
|
||||
|
||||
This script starts the Web browser and opens Toggl Track
|
||||
This script launches the Web browser with the Toggl Track website.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
|
@ -1,6 +1,6 @@
|
||||
## open-videos-folders.ps1 - Opens the user's videos folder
|
||||
|
||||
This script starts the File Explorer and shows the user's videos folder.
|
||||
This script launches the File Explorer with the user's videos folder.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
|
26
Docs/open-wikipedia.md
Normal file
26
Docs/open-wikipedia.md
Normal file
@ -0,0 +1,26 @@
|
||||
## open-wikipedia.ps1 - Opens Wikipedia's website
|
||||
|
||||
This script launches the Web browser with Wikipedia's website.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
open-wikipedia.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
||||
```
|
||||
|
||||
## Example
|
||||
```powershell
|
||||
PS> ./open-wikipedia
|
||||
|
||||
```
|
||||
|
||||
## Notes
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
|
||||
## Related Links
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
||||
*Generated by convert-ps2md.ps1 using the comment-based help of open-wikipedia.ps1*
|
@ -1,6 +1,6 @@
|
||||
## open-youtube.ps1 - Opens YouTube
|
||||
|
||||
This script starts the Web browser and opens YouTube.com.
|
||||
This script launches the Web browser with YouTube's website.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
|
Reference in New Issue
Block a user