Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/icholy/gdoc
- Owner: icholy
- Created: 2013-08-21T15:37:58.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-06T19:10:24.000Z (about 9 years ago)
- Last Synced: 2024-10-02T15:21:04.150Z (about 2 months ago)
- Language: Shell
- Size: 2.49 MB
- Stars: 24
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)