lafrenierejm / emacs-ghq

Ghq interface for emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

emacs-ghq melpa badge

Ghq interface for emacs.

Usage

ghq

Fetches the repository. equivalent to ghq get.

ghq-ssh

Fetches the repository using ssh. equivalent to ghq get -p.

ghq-list

Displays a message with the ghq project list paths relative to the root. equivalent to ghq list.

ghq-list-full-path

Displays a message with the absolute ghq project list paths. equivalent to ghq list --full-path.

helm-ghq-list

List the repositories under ghq root using helm.

Requirements

  • have ghq installed.

About

Ghq interface for emacs

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%