https://github.com/the-flx/clj-flx
Rewrite emacs-flx in Clojure
https://github.com/the-flx/clj-flx
clojure flx
Last synced: 8 months ago
JSON representation
Rewrite emacs-flx in Clojure
- Host: GitHub
- URL: https://github.com/the-flx/clj-flx
- Owner: the-flx
- License: epl-2.0
- Created: 2024-12-02T16:39:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-21T23:21:17.000Z (10 months ago)
- Last Synced: 2025-10-06T23:46:51.762Z (9 months ago)
- Topics: clojure, flx
- Language: Clojure
- Homepage: https://clojars.org/com.github.jcs090218/clj-flx
- Size: 55.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://opensource.org/licenses/EPL-2.0)
[](https://github.com/the-flx/clj-flx/releases/latest)
[](https://clojars.org/com.github.jcs090218/clj-flx)
# clj-flx
> Rewrite emacs-flx in Clojure
[](https://github.com/the-flx/clj-flx/actions/workflows/test.yml)
## 🔨 Usage
```clojure
(score "switch-to-buffer" "stb") ; (237 0 7 10)
```
## 🛠 Development
To run tests, we use [Leiningen][]:
```sh
$ lein test
```
## ⚜️ License
Copyright © 2024 Jen-Chieh Shen
This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0.
This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the Eclipse
Public License, v. 2.0 are satisfied: GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or (at your
option) any later version, with the GNU Classpath Exception which is available
at https://www.gnu.org/software/classpath/license.html.
See [`LICENSE`](./LICENSE) for details.
[Leiningen]: https://leiningen.org/