mirror of
https://github.com/redox-os/Smith
synced 2026-08-25 07:26:10 +00:00
No description
- Rust 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| img | ||
| src | ||
| .travis.yml | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
Smith is a simple terminal-based text editor written in Rust.
Install
Using Cargo:
cargo install smith
Features
- line numbers
- undo/redo
- standard keybindings (Ctrl-S, Ctrl-Z, Ctrl-C, Esc...)
- mouse support
- clipboard support
With more planned such as syntax highlighting, user configurations, search & replace, persistent undo, etc.
Here's what it looks like editing its own source code: