Skip to content
/ iota Public
forked from gchp/iota

A simple text editor written in Rust

License

Notifications You must be signed in to change notification settings

octatoan/iota

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%