#editor #text-editors #text #input #cli-input #terminal-text #cli

app edrs

A non-modal plaintext editor with saving and loading functionality

1 unstable release

0.1.0 Jun 28, 2023

#21 in #cli-input

24 downloads per month

MIT license

28KB
612 lines

edrs

Build Status Build Status Build Status

Fast, Cross-Platform Terminal Text Editor built with Rust

Installation

cargo install edrs

or

git clone https://github.com/manorajesh/edrs.git
cd edrs
cargo run --release

Usage

A simple text editor in Rust!

Usage: edrs.exe [OPTIONS] [FILE]

Arguments:
  [FILE]  Path to file

Options:
  -s, --syntax         Enable syntax highlighting
  -t, --theme <THEME>  Highlighting theme [default: base16-eighties.dark]
  -h, --help           Print help (see more with '--help')
  -V, --version        Print version

For the -t option, see these defaults provided by the syntect

Dependencies

~4–15MB
~141K SLoC