项目作者: IGI-111

项目描述 :
A simple text editor written in Rust
高级语言: Rust
项目地址: git://github.com/IGI-111/Smith.git
创建时间: 2016-07-11T15:32:00Z
项目社区:https://github.com/IGI-111/Smith

开源协议:MIT License

下载




Smith

Crate status
Build status

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

Install

Using Cargo:

  1. cargo install smith

To compile Smith with clipboard support on Ubuntu, you may need to install some libraries:

  1. 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