smith

Crates.iosmith
lib.rssmith
version2.0.1
sourcesrc
created_at2016-09-10 15:05:23.064287
updated_at2021-02-12 05:40:50.588582
descriptionSmith is a simple terminal-based text editor written in Rust.
homepage
repositoryhttps://github.com/IGI-111/Smith
max_upload_size
id6315
size254,046
(IGI-111)

documentation

README

Smith

Crate status Build status

Smith is a simple terminal-based text editor written in Rust.

Install

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

Features

  • line numbers
  • syntax highlighting
  • undo/redo
  • standard keybindings (Ctrl-S, Ctrl-Z, Ctrl-C, Esc...)
  • mouse support
  • clipboard support

With more planned such as user configurations, search & replace, persistent undo, etc.

Here's what it looks like editing its own source code:

Smith in action

Commit count: 144

cargo fmt