Skip to content

Latest commit

 

History

History
executable file
·
35 lines (22 loc) · 900 Bytes

README.md

File metadata and controls

executable file
·
35 lines (22 loc) · 900 Bytes

kwartz

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.

Installation

There are currently no built binaries available. To run kwartz, you have to build from source. See Building for more details.

Building

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 and License

Copyright © 2024 kyteidev. Licensed under the Apache 2.0 License.