Notepad on Steroids
NOTE: kwartz is still under development. Expect bugs and unfinished features. Also, I am prioritizing development of Flux Editor, so this project may be less actively developed.
There are currently no built binaries available. To run kwartz, you have to build from source. See Building for more details.
Make sure you have Rust 1.90 installed before building. To build kwartz from source, you must first clone this repo using
git clone https://github.com/kyteidev/kwartz.git
and then in the cloned repo run
cargo build
You may also run
cargo run
to just run the program. Cargo will automatically install the dependencies.
Copyright © 2024 kyteidev. Licensed under the Apache 2.0 License.