ftxqxd / iota

A simple text editor written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Iota Build Status

Iota is a terminal-based text-editor written in Rust.

Screenshot

Here's what it looks like right now, editing itself.

Screenshot

Usage

Clone the project and run cargo build.

Then to start the editor run ./target/iota /path/to/file.txt. Or simply ./target/iota to open an empty buffer.

You can also create buffers from stdin.

# open a buffer with the output of `ls`
ls | ./target/iota

You can move the cursor around with the arrow keys.

To save, press Ctrl-s. To exit, press Ctrl-q, followed by Ctrl-c.

About

A simple text editor written in Rust

License:MIT License


Languages

Language:Rust 100.0%