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.
- Host: GitHub
- URL: https://github.com/landakram/stumpwm-prescient
- Owner: landakram
- Created: 2021-03-25T06:08:27.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T17:44:38.000Z (about 4 years ago)
- Last Synced: 2025-01-19T06:30:04.768Z (3 months ago)
- Language: Common Lisp
- Size: 228 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
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