Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/slamko/rolfi

An extensible, customizable, free/libre application launcher - and more.
https://github.com/slamko/rolfi

application-launcher extensible lisp rofi

Last synced: 15 days ago
JSON representation

An extensible, customizable, free/libre application launcher - and more.

Awesome Lists containing this project

README

        

* An extensible, customizable, free/libre application launcher - and more.

At its core is a GUI - Common Lisp interpreter with extensions to support application launching.

** Build
First make sure to install [[http://www.sbcl.org/][sbcl]] and [[https://www.quicklisp.org/beta/][Quicklisp]]

#+begin_src sh
git clone https://github.com/slamko/rolfi
cd rolfi
sbcl < buildrolfi.lisp
#+end_src