/ido-ghq

ghq with ido

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

ido-ghq

Introduction

ido-ghq provides interfaces of ghq with ido.

I strongly recommends to use ido-vertical-mode or ido-grid-mode in order to display the list of ghq -- long, long line.

Requirements

  • Emacs 24.5 or higher: I use this program on Emacs 25.2 and 24.5.
  • ghq

Setup and Customize

(add-to-list 'load-path "somewhere")
(require 'ido-ghq)
(setq ido-ghq-short-list t)   ;;  Whether display full path or short path

Usage

ido-ghq: Execute ghq list --full-path and Open selected directory by dired.

License

This program is folk of emacs-helm-ghq. License is same as original, GPL-3+.