# Run without opening a file
onano
# Open a file
onano my-file.md
git clone https://github.com/jfvillablanca/onano
cd onano
cargo build --release
./target/release/onano
nix build github:jfvillablanca/onano
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.