A barebones text editor written as a take-home exercise for Juspay
Go to file
Harsh Shandilya 6c7ce91a48 feat(nix): set up flake-compat 2023-02-16 14:26:30 +00:00
.github feat(ci): disable GHA workflow 2023-01-23 18:54:45 +00:00
src refactor: address Clippy warnings 2022-11-16 01:44:02 +05:30
.gitignore Initial commit 2022-08-07 16:24:32 +05:30
Cargo.lock fix(deps): update rust crate anyhow to 1.0.69 2023-02-05 05:44:35 +00:00
Cargo.toml fix(deps): update rust crate anyhow to 1.0.69 2023-02-05 05:44:35 +00:00
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(readme): add Built With Garnix badge 2023-02-16 14:13:02 +00:00
default.nix feat(nix): set up flake-compat 2023-02-16 14:26:30 +00:00
deny.toml fix(deny): adjust licensing metadata 2022-11-15 23:35:27 +05:30
flake.lock feat(nix): set up flake-compat 2023-02-16 14:26:30 +00:00
flake.nix feat(nix): set up flake-compat 2023-02-16 14:26:30 +00:00
rust-toolchain.toml chore: add `rust-toolchain` file 2022-08-08 00:56:39 +05:30
shell.nix feat(nix): set up flake-compat 2023-02-16 14:26:30 +00:00

README.md

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