msfjarvis / text-editor

A barebones text editor written as a take-home exercise for Juspay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

text-editor No Maintenance Intended Built with Garnix

Usage

  1. Install Rust. I recommend using rustup.
  2. Run cargo run -- <filename> to open filename with the editor.

Supported features

  1. Navigating using arrow keys
  2. Adding new lines
  3. Deleting and backspacing across line boundaries
  4. Saving to disk

About

A barebones text editor written as a take-home exercise for Juspay

License:Apache License 2.0


Languages

Language:Rust 84.6%Language:Nix 15.4%