Leonard Hecker 120e532e97 Fix undoing a deletion not restoring the selection (#15)
`edit_begin` copies the current selection into the undo record.
This means we must delay `set_selection` until after the edit.
2025-05-18 16:09:32 +02:00
2025-04-09 16:56:07 +02:00
2025-04-28 18:39:19 +02:00
2025-04-28 18:39:19 +02:00
2025-05-17 20:50:47 +02:00
2025-05-16 00:52:04 +02:00
2025-05-16 00:52:04 +02:00
2025-05-16 01:12:59 +02:00
2025-03-19 03:13:50 +01:00
2025-05-17 20:50:47 +02:00

Edit

A simple editor for simple needs.

This editor pays homage to the classic MS-DOS Editor, but with a modern interface and input controls similar to VS Code. The goal is to provide an accessible editor that even users largely unfamiliar with terminals can easily use.

image

Installation

  • Download the latest release from our releases page
  • Extract the archive
  • Copy the edit binary to a directory in your PATH
  • You may delete any other files in the archive if you don't need them

Build Instructions

  • Install Rust
  • Install the nightly toolchain: rustup install nightly
    • Alternatively, set the environment variable RUSTC_BOOTSTRAP=1
  • Clone the repository
  • For a release build, run: cargo build --config .cargo/release.toml --release
Description
We all edit.
Readme MIT 9.6 MiB
1.2.0 Latest
2025-06-11 16:26:27 -05:00
Languages
Rust 98.5%
Shell 0.8%
Python 0.2%
PowerShell 0.2%
JavaScript 0.1%