A barebones text editor written as a take-home exercise for Juspay
Go to file
2023-09-14 00:37:58 +00:00
.github feat(ci): disable GHA workflow 2023-01-23 18:54:45 +00:00
src fix: avoid should-implement-trait Clippy warning 2023-02-16 14:28:01 +00:00
.gitignore Initial commit 2022-08-07 16:24:32 +05:30
Cargo.lock chore(deps): lock file maintenance 2023-09-14 00:37:58 +00:00
Cargo.toml fix(deps): update rust crate anyhow to 1.0.74 2023-08-15 16:29:51 +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 flake.lock: Update 2023-07-01 13:17:13 +05:30
flake.nix feat(nix): align Flakes setup with other repositories 2023-07-01 13:17:13 +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(readme): add Built With Garnix badge 2023-02-16 14:13:02 +00:00
rust-toolchain.toml feat(nix): align Flakes setup with other repositories 2023-07-01 13:17:13 +05:30
shell.nix feat(nix): set up flake-compat 2023-02-16 14:26:30 +00:00

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