Skip to content

slessans/oh-my-zsh-golinks-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages