/gazr.el

Gazr.el is an emacs package used to launch Gazr tasks on your project.

Primary LanguageEmacs Lisp

Gazr.el

Gazr.el is an emacs package used to launch Gazr tasks on your project.

It leverages transient to offer a visual yet effective user interface.

Installation

Using straight.el:

  (use-package gazr
    :straight (gazr :type git :host github :repo "volnt/gazr.el")
    :bind (("C-c C-g" . gazr)))

Dependencies

Usage

M-x gazr or C-c C-g to invoke the gazr transient.

Test

make test