A barebones text editor written as a take-home exercise for Juspay
Go to file
renovate[bot] 182ff7f768
fix(deps): update rust crate anyhow to 1.0.82
2024-04-10 06:50:17 +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 fix(deps): update rust crate anyhow to 1.0.82 2024-04-10 06:50:17 +00:00
Cargo.toml fix(deps): update rust crate anyhow to 1.0.82 2024-04-10 06:50:17 +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 flake.lock: Update 2024-01-31 11:30:12 +05:30
flake.nix flake.lock: Update 2024-01-31 11:30:12 +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