/terminal-editor-rs

A simple terminal editor written in Rust

Primary LanguageRustApache License 2.0Apache-2.0

terminal-editor

CI Maintenance Status License License

This project contains a simple terminal text editor written in ~250 lines of Rust.

It uses the following dependencies:

  • clap: argument handling
  • crossterm: cross-platform terminal handling
  • anyhow: error handling