Crates.io | edrs |
lib.rs | edrs |
version | 0.1.0 |
source | src |
created_at | 2023-06-28 04:38:12.946127 |
updated_at | 2023-06-28 04:38:12.946127 |
description | A non-modal plaintext editor with saving and loading functionality. |
homepage | |
repository | https://github.com/manorajesh/edrs |
max_upload_size | |
id | 901833 |
size | 48,997 |
Fast, Cross-Platform Terminal Text Editor built with Rust
cargo install edrs
or
git clone https://github.com/manorajesh/edrs.git
cd edrs
cargo run --release
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