Stebalien / app-launcher

Launch application from Emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

app-launcher

app-launcher define the app-launcher-run-app command which uses Emacs standard completion feature to select an application installed on your machine and launch it.

How to install with straight.el

(straight-use-package
  '(app-launcher :type git :host github :repo "SebastienWae/app-launcher"))

Or if you are using use-package (thanks @daviwil)

(use-package app-launcher
  :straight '(app-launcher :host github :repo "SebastienWae/app-launcher"))

Credits

This package uses code from the Counsel package by Oleh Krehel.

About

Launch application from Emacs

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%