slessans / oh-my-zsh-golinks-plugin

ZSH plugin to launch golinks from your terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oh-my-zsh-golinks-plugin

ZSH plugin to launch golinks from your terminal

Usage

Only has one command golink that will open a golink with your first argument in your default browser.

golink name

Maybe coming soon: autocomplete.

Install

  1. Clone this repository into your plugins dir:

    git clone https://github.com/slessans/oh-my-zsh-golinks-plugin ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/golinks
  2. Add the plugin to the list of plugins for Oh My Zsh to load (inside ~/.zshrc):

    plugins=( 
        # other plugins...
        golinks
    )
  3. Start a new terminal session.

About

ZSH plugin to launch golinks from your terminal

License:MIT License


Languages

Language:Shell 100.0%