Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JMOrbegoso committed Nov 15, 2021
1 parent a592970 commit bcdcffa
Showing 1 changed file with 53 additions and 1 deletion.
54 changes: 53 additions & 1 deletion docs/README.md
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.

0 comments on commit bcdcffa

Please sign in to comment.