Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 716 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 716 Bytes

KASS Text Editor

Rust This is a terminal based text editor.

This editor is written entirely in Rust.

To use, clone this repository, move the config.json file in the config directory (in linux and MacOS ~/.config/kass) and run

cargo run <filepath/filename>

For instance

cargo run hello.txt