Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 559 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 559 Bytes

ido-ghq

Introduction

ivy-ghq provides interfaces of ghq with ivy.

Requirements

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

Setup and Customize

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

Usage

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

License

License is same as original, GPL-3+.