Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 676 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 676 Bytes

kilo

A terminal text editor.

How to use?

Build from source

After cloning the repo, run

cargo build

This will create an executable at ./target/debug/kilo.

Usage

Open the text editor

./target/debug/kilo

Open the text editor with a file

./target/debug/kilo <location_of_your_file>

Author

Kunal Kundu - @tinfoil-knight

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgements