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

https://github.com/landakram/stumpwm-prescient

Prescient for stumpwm. Simple but effective sorting and filtering for stumpwm inputs.
https://github.com/landakram/stumpwm-prescient

Last synced: about 1 month ago
JSON representation

Prescient for stumpwm. Simple but effective sorting and filtering for stumpwm inputs.

Awesome Lists containing this project

README

        

* stumpwm-prescient

[[https://github.com/raxod502/prescient.el][Prescient]] for stumpwm. Simple but effective sorting and filtering for stumpwm inputs.

[[./images/screencast.gif]]

** Installation

#+begin_src sh
git clone github.com/landakram/stumpwm-prescient ~/quicklisp/local-projects
#+end_src

** Usage

In your stumpwm config:

#+begin_src lisp
(ql:quickload :stumpwm-prescient)
(setf *input-refine-candidates-fn* 'stumpwm-prescient:refine-input)
#+end_src