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

app edrs

具有保存和加载功能的非模态纯文本编辑器

1 个不稳定版本

0.1.0 2023 年 6 月 28 日

#cli-input 中排名 #23

MIT 许可证

28KB
612 代码行

edrs

Build Status Build Status Build Status

使用 Rust 构建的快速、跨平台终端文本编辑器

安装

cargo install edrs

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

有关 -t 选项,请参阅 这些默认值,由 syntect 提供

依赖关系

~4–13MB
~128K SLoC