Awesome
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
-
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
-
Add the plugin to the list of plugins for Oh My Zsh to load (inside
~/.zshrc
):plugins=( # other plugins... golinks )
-
Start a new terminal session.