mogenslund/liq

This project is an attempt to create a text editor for editing Clojure files and Markdown files. It operates primarily in a terminal, but with dynamics and extensibilities inspired by Emacs and Vim. The best place to start is to watch the demo video.

Leiningen/Boot

[mogenslund/liq "0.4.3"]

Clojure CLI/deps.edn

mogenslund/liq {:mvn/version "0.4.3"}

Gradle

implementation("mogenslund:liq:0.4.3")

Maven

<dependency>
  <groupId>mogenslund</groupId>
  <artifactId>liq</artifactId>
  <version>0.4.3</version>
</dependency>