Skip to content

A simple text editor similar to nano written in Rust

License

Notifications You must be signed in to change notification settings

jfvillablanca/onano

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Onano

A very simple text editor similar to nano

Demo of usage

Usage

# Run without opening a file
onano

# Open a file
onano my-file.md

Build

git clone https://github.com/jfvillablanca/onano
cd onano
cargo build --release
./target/release/onano

Build with Nix

nix build github:jfvillablanca/onano

Run with Nix

nix run github:jfvillablanca/onano my-file.md

This project is based on this wonderful tutorial which taught me the inner workings of text editors.

About

A simple text editor similar to nano written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published