Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

SebastienWae/app-launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Caution

This repo is no longer maintained, use emacs-exwm/xdg-launcher

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors