Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/icholy/gdoc

syntax highlighting and tab completion for godoc
https://github.com/icholy/gdoc

Last synced: about 1 month ago
JSON representation

syntax highlighting and tab completion for godoc

Awesome Lists containing this project

README

        

# GDOC

## This doesn't work anymore. I've contributed updated changes into the oh-my-zsh golang plugin.

> OH-MY-ZSH plugin which adds tab completion and syntax highlighting to godoc

## Setup

**install source highligher**

``` sh
$ sudo apt-get install highlight
```

**clone to the plugin directory**

``` sh
$ cd $ZSH/plugins
$ git clone https://github.com/icholy/gdoc
```

**enable plugin in `~/.zshrc`**

``` sh
plugins=(gdoc)
```

## Demo

![](https://raw.github.com/icholy/gdoc/master/demo.gif)