KarimAziev / dwim-shell-commands-menu

Interactive transient menu for streamlined access to dwim-shell-commands.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Transient menu for dwim-shell-commands.

Table of Contents

Requirements

NameVersion
Emacs29.1
dwim-shell-command0.61
transient0.6.0

Installation

With use-package and straight.el

(use-package dwim-shell-commands-menu
  :straight (dwim-shell-commands-menu
             :repo "KarimAziev/dwim-shell-commands-menu"
             :type git
             :host github))

Manual installation

Download the source code and put it wherever you like, e.g. into ~/.emacs.d/dwim-shell-commands-menu/

git clone https://github.com/KarimAziev/dwim-shell-commands-menu.git ~/.emacs.d/dwim-shell-commands-menu/

Add the downloaded directory to the load path:

(add-to-list 'load-path "~/.emacs.d/dwim-shell-commands-menu/")
(require 'dwim-shell-commands-menu)

Usage

Transient

dwim-shell-commands-menu

Display a menu of shell commands grouped into columns.

About

Interactive transient menu for streamlined access to dwim-shell-commands.

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%