Crates.io | smith |
lib.rs | smith |
version | 2.0.1 |
source | src |
created_at | 2016-09-10 15:05:23.064287 |
updated_at | 2021-02-12 05:40:50.588582 |
description | Smith is a simple terminal-based text editor written in Rust. |
homepage | |
repository | https://github.com/IGI-111/Smith |
max_upload_size | |
id | 6315 |
size | 254,046 |
Smith is a simple terminal-based text editor written in Rust.
Using Cargo:
cargo install smith
To compile Smith with clipboard support on Ubuntu, you may need to install some libraries:
sudo apt-get install -qq xorg-dev libxcb-render-util0-dev libxcb-shape0-dev libxcb-xfixes0-dev
With more planned such as user configurations, search & replace, persistent undo, etc.
Here's what it looks like editing its own source code: