Skip to content

rurumimic/editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Editor

rust

Edit

rust/src/main.rs

cd rust
cargo run -- src/main.rs

Features

  • Edit a file: read, write
  • Search
  • Highlights: C, Rust
  • Display CJK Characters

Ref

kilo

c/kilo.c

make
./kilo kilo.c
  • kilo: github
    • Blog: Writing an editor in less than 1000 lines of code, just for fun
    • Tutorial: Build Your Own Text Editor

Blogs

Video