Skip to content

hatanakay/docc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docc

docc open your project GitHub page or README.

Usage

docc try to open your github page by Browser:

$ docc
$ docc /path/to/project

If you want to open project README.md by $EDITOR:

$ docc -e
$ docc -e /path/to/project

Configuration

You can set command to open README.md in ~/.gitconfig.

For example, if you want to use more:

[docc]
    cmd = more

Then execute with -c option:

$ docc -c
$ docc -c /path/to/project

Install

$ brew tap tcnksm/docc
$ brew install docc

VS.

  • motemen/git-browse-remote - Extension of git command. It support opening branch/tag page ("ref" mode) and commit page ("rev" mode). docc is not git extension. docc aim to refer documentation(Github page or README).

Development

$ go get -d github.com/dotcloud/docker
$ go get github.com/tcnksm/docc

Author

tcnksm

About

docc open your project document (GitHub page or README)

Resources

Stars

Watchers

Forks

Packages

No packages published