A barebones text editor written as a take-home exercise for Juspay
Go to file
Harsh Shandilya cf08ffc7bf
fix(deny): adjust licensing metadata
2022-11-15 23:35:27 +05:30
.github refactor(ci): only run Linux x Stable shard 2022-11-15 23:21:31 +05:30
src refactor(document): rewrite `if` comparison to use `std::cmp` 2022-11-15 20:32:33 +05:30
.gitignore Initial commit 2022-08-07 16:24:32 +05:30
Cargo.lock feat(cargo): update dependencies 2022-08-31 11:27:51 +05:30
Cargo.toml fix(deny): adjust licensing metadata 2022-11-15 23:35:27 +05:30
LICENSE-APACHE fix(deny): adjust licensing metadata 2022-11-15 23:35:27 +05:30
LICENSE-MIT fix(deny): adjust licensing metadata 2022-11-15 23:35:27 +05:30
README.md chore: add README 2022-08-11 12:16:48 +05:30
deny.toml fix(deny): adjust licensing metadata 2022-11-15 23:35:27 +05:30
rust-toolchain.toml chore: add `rust-toolchain` file 2022-08-08 00:56:39 +05:30

README.md

text-editor

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