Skip to content

tinfoil-knight/kilo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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