pepone / counsel-recentp

Display recently used git projects with counsel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

Install the counsel-recentp package from MELPA

Sample usage

(use-package counsel-recentp
  :ensure t
  :bind
  (("C-c R" . counsel-recentp)))

About

Display recently used git projects with counsel

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%