We all edit.
Find a file
Thallium Megalovania c8b7bc4213
remove simd::distance (#131)
Since `offset_from_unsigned` has been stabilized,
we can remove simd::distance now.

---------

Signed-off-by: Thallium Megalovania <ferris@thallimega.win>
Co-authored-by: Leonard Hecker <leonard@hecker.io>
2025-05-20 08:20:49 -07:00
.cargo Fix cargo-bench and release builds 2025-04-09 16:56:07 +02:00
.pipelines Add a createvpack parameter to the release pipeline 2025-05-17 20:50:47 +02:00
.vscode Multi-document support lfg 2025-04-28 18:39:19 +02:00
assets Add the application icon to the Readme (#35) 2025-05-19 06:59:01 -07:00
benches Add copyright headers to all files 2025-05-17 20:50:47 +02:00
src remove simd::distance (#131) 2025-05-20 08:20:49 -07:00
tools/grapheme-table-gen Ensure LF line endings 2025-05-17 20:50:47 +02:00
.gitignore Multi-document support lfg 2025-04-28 18:39:19 +02:00
build.rs Add copyright headers to all files 2025-05-17 20:50:47 +02:00
Cargo.lock Prepare for v1.0 and enable vpacks 2025-05-16 00:52:04 +02:00
Cargo.toml Prepare for v1.0 and enable vpacks 2025-05-16 00:52:04 +02:00
CODE_OF_CONDUCT.md Add mandatory Microsoft project files 2025-04-07 14:51:17 +02:00
CONTRIBUTING.md Document everything 2025-05-16 01:12:59 +02:00
LICENSE Initial import 2025-03-19 03:13:50 +01:00
README.md Add the application icon to the Readme (#35) 2025-05-19 06:59:01 -07:00
rustfmt.toml Ensure LF line endings 2025-05-17 20:50:47 +02:00
SECURITY.md Add mandatory Microsoft project files 2025-04-07 14:51:17 +02:00

Application Icon for Edit 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.

Screenshot of Edit with the About dialog in the foreground

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