-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a592970
commit bcdcffa
Showing
1 changed file
with
53 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,53 @@ | ||
# PSWebSearch | ||
<h1 align="center">PSWebSearch</h1> | ||
<h2 align="center">Perform Web searches from the PowerShell console</h2> | ||
|
||
<br/> | ||
|
||
PowerShell module that adds aliases to search with Bing, Google, YouTube, GitHub, and other popular services from the PowerShell console to launch the web browser without actually using the mouse. | ||
|
||
## ✨ Demonstration | ||
|
||
![PSWebSearch demonstration](https://raw.githubusercontent.com/JMOrbegoso/PSWebSearch/main/docs/img/demonstration.gif) | ||
|
||
## 💻 Install | ||
|
||
Install from the [PowerShell Gallery](https://www.powershellgallery.com/packages/PSWebSearch/): | ||
|
||
```PowerShell | ||
Install-Module -Name PSWebSearch | ||
``` | ||
|
||
## 🗺️ Usage | ||
|
||
Open your PowerShell console and try: | ||
|
||
| Alias | Example | | ||
| ------------- | ----------------------------- | | ||
| bing | `bing "Windows 11"` | | ||
| google | `google "Windows 11"` | | ||
| duckduckgo | `duckduckgo "Windows 11"` | | ||
| youtube | `youtube "Windows 11"` | | ||
| github | `github "Windows 11"` | | ||
| stackoverflow | `stackoverflow "Windows 11" ` | | ||
|
||
## 👤 Author | ||
|
||
**JMOrbegoso** | ||
|
||
- Website: [jmorbegoso.com](https://www.jmorbegoso.com) | ||
- Twitter: [@JMOrbegosoDev](https://twitter.com/JMOrbegosoDev/) | ||
- Github: [@JMOrbegoso](https://github.com/JMOrbegoso/) | ||
- LinkedIn: [@jmorbegosodev](https://www.linkedin.com/in/jmorbegosodev/) | ||
|
||
## 🤝 Contributing | ||
|
||
Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/JMOrbegoso/PSWebSearch/issues/). | ||
|
||
## 🌟Show your support | ||
|
||
Give a ⭐️ if this project helped you! | ||
|
||
## 📝 License | ||
|
||
Copyright © 2021 [JMOrbegoso](https://github.com/JMOrbegoso).<br /> | ||
This project is [MIT](https://github.com/JMOrbegoso/PSWebSearch/blob/main/LICENSE) licensed. |