Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/slamko/rolfi
- Owner: slamko
- License: gpl-3.0
- Created: 2022-09-03T23:35:51.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T19:54:08.000Z (over 2 years ago)
- Last Synced: 2024-11-20T19:36:06.771Z (3 months ago)
- Topics: application-launcher, extensible, lisp, rofi
- Language: Common Lisp
- Homepage:
- Size: 10.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.org
- License: COPYING
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