A barebones text editor written as a take-home exercise for Juspay
Go to file
Harsh Shandilya 6a9d08388b
feat(nix): align Flakes setup with other repositories
2023-07-01 13:17:13 +05:30
.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 fix(deps): update rust crate anyhow to 1.0.71 2023-04-29 20:09:08 +00:00
Cargo.toml fix(deps): update rust crate anyhow to 1.0.71 2023-04-29 20:09:08 +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): align Flakes setup with other repositories 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
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

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