A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/GowayLee/zsh_web_search below:

GowayLee/zsh_web_search: A web-searching plugin for zsh

A web search plugin for ZSH.

  1. Clone this repository to your local machine.
  2. Add the following line to your .zshrc file:
source /path/to/zsh-web-search/zsh-web-search.zsh
  1. Restart your terminal or source your .zshrc file.

To add more search engines, you can add them to the zsh-web-search.zsh file. For example, to add the parameter for GitHub, add the entry to this Associative Array:

    declare -A search_url_arr=(
        ...
        ["github"]="https://github.com/search?q="
        ...
    )

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4