https://github.com/sam-lane/shell-search
🐢 Quickly search google and open your browser window from the command line.
https://github.com/sam-lane/shell-search
Last synced: over 1 year ago
JSON representation
🐢 Quickly search google and open your browser window from the command line.
- Host: GitHub
- URL: https://github.com/sam-lane/shell-search
- Owner: Sam-Lane
- License: mit
- Created: 2019-06-18T17:53:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T17:52:08.000Z (over 3 years ago)
- Last Synced: 2025-02-12T11:47:19.182Z (over 1 year ago)
- Language: JavaScript
- Size: 1.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shell-Search
🐢 Quickly search google and open your browser window from the command line.
## Motivation
I am currently learning Javascript and always seem to be having to google how to do something while working in the terminal. I thought it would be a good idea to create a small command line program that will open up google with your query.
## Installation
### NPM
```bash
npm install -g Shell-Search
```
### From Source
```bash
git clone https://github.com/Sam-Lane/Shell-Search.git
cd Shell-Search
npm install -g .
```
## Useage
Simple type your query after the search command in the terminal to trigger a search.
Shell-Search will open with your default system brower.
```bash
search hello world
```
## Testing
```bash
npm test
```