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

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

Awesome Lists containing this project

README

          

[![License](https://img.shields.io/badge/License-EPL_2.0-green.svg)](https://opensource.org/licenses/EPL-2.0)
[![Release](https://img.shields.io/github/tag/the-flx/clj-flx.svg?label=release&logo=github)](https://github.com/the-flx/clj-flx/releases/latest)
[![Clojars Project](https://img.shields.io/clojars/v/com.github.jcs090218/clj-flx.svg)](https://clojars.org/com.github.jcs090218/clj-flx)

# clj-flx
> Rewrite emacs-flx in Clojure

[![CI](https://github.com/the-flx/clj-flx/actions/workflows/test.yml/badge.svg)](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/