A RetroSearch Logo

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

Search Query:

Showing content from https://github.com/AndrewHaluza/zsh-web-open below:

GitHub - AndrewHaluza/zsh-web-open: custom oh-my-zsh plugin

custom oh-my-zsh plugin This plugin adds aliases for opening web pages.

  1. Clone repo: rm -f ~/.oh-my-zsh/custom/plugins/web-open && git clone https://github.com/AndrewHaluza/zsh-web-open.git ~/.oh-my-zsh/custom/plugins/web-open/
  2. Open your ~/.zshrc file and enable the web-open plugin:

You can use the web-open plugin in form:

For example, these two are equivalent:

$ wo localhost 1                                # http://localhost
$ wo duckduckgo.com?q='how-to-download-ram?'    # https://duckduckgo.com?q='hot-to-download-ram?
$ lo 5432                                       # http://localhost:5432
$ lo 5454 blog/article-page-1/                  # http://localhost:5454/blog/article-page-1/
$ lo 4321 1                                     # https://localhost:4321
Available protocol values: Command Value Result wo 0 https wo 1 http wo empty https wo any http lo 1 https lo empty http lo any http

Examples:

Fully compatible with ubuntu 20.04


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