Skip to content

A work-in-progress minimal terminal text editor written in Rust

Notifications You must be signed in to change notification settings

just-a-mango/burt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BURT

A simple work-in-progress terminal text editor written in Rust

How to use

  • cargo run -- <file to edit>
  • cargo build --release && burt.exe(extension depends on the platform) <file to edit>

🏆 Goals

- 🔃 Add navigation through files which are longer than terminal height

- 🔃 Add basic text editing shortcuts

- ✅ Allow shown text to be edited

- ✅ Allow shown text to be saved

About

A work-in-progress minimal terminal text editor written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages