No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jeremy Soller 3f5086fff7 Merge branch 'deps' into 'master'
Bump dependencies

See merge request redox-os/Smith!2
2024-10-16 18:03:45 +00:00
img added screenshot 2016-09-15 09:20:11 +02:00
src Bump dependencies 2024-10-16 20:55:08 +03:00
.travis.yml added xorg dependency 2017-02-03 00:26:59 +01:00
Cargo.lock Bump dependencies 2024-10-16 20:55:08 +03:00
Cargo.toml Bump dependencies 2024-10-16 20:55:08 +03:00
LICENSE added license and package info 2016-09-10 16:59:18 +02:00
README.md Update README.md 2017-03-15 16:58:48 +01:00

Smith

Crate status Build status

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:

Smith in action