Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1012 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 1012 Bytes

helm-ghq.el

melpa badge melpa stable badge

Introduction

helm-ghq.el provides interfaces of ghq with helm.

Screenshot

helm-ghq

Requirements

  • Emacs 24.5 or higher
  • helm 1.8.0 or higher
  • ghq 0.7.1 or higher.

Installation

You can install helm-ghq.el from MELPA with package.el (M-x package-install helm-ghq).

Usage

helm-ghq

Execute with ghq list --full-path command. You can select a directory from the results.

helm-for-files

Require the following configuration.

(add-to-list 'helm-for-files-preferred-list 'helm-ghq-source)