We all edit.
Find a file
Dustin L. Howett 11ee7f0b64
Some checks failed
CI / check (ubuntu-latest) (push) Has been cancelled
CI / check (windows-latest) (push) Has been cancelled
assets: update to a smaller icon file (thanks Leonard!) (#478)
It is 16kb and contains the 256x256 image as well.
2025-06-14 00:02:04 +02:00
.cargo Optimize std for size (#241) 2025-05-23 15:39:52 +02:00
.github/workflows build: update WinGet publish workflow to use env instead of --token (#467) 2025-06-11 14:26:27 -07:00
.pipelines build: make the build pipeline produce the ZIP (#328) 2025-05-27 23:11:48 +02:00
.vscode Add a CodeLLDB launch option for VSCode (#444) 2025-06-10 11:51:24 +00:00
assets assets: update to a smaller icon file (thanks Leonard!) (#478) 2025-06-14 00:02:04 +02:00
benches Large clipboard handling overhaul (#405) 2025-06-10 19:49:27 +02:00
src Make file picker autocompletion case-insensitive (#464) 2025-06-11 22:30:37 +02:00
tools/grapheme-table-gen Implement support for Ambiguous = Wide (#406) 2025-06-04 23:39:56 +02:00
.gitignore Multi-document support lfg 2025-04-28 18:39:19 +02:00
build.rs Add the final icon in SVG and ICO (with the full size ramp) format (#475) 2025-06-13 01:25:03 +02:00
Cargo.lock Bump to 1.2.0 (#466) 2025-06-11 22:50:36 +02:00
Cargo.toml Bump to 1.2.0 (#466) 2025-06-11 22:50:36 +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 Codify an official recommendation for package names (#423) 2025-06-05 20:23:43 +00:00
rust-toolchain.toml Add rust-toolchain.toml (#97) 2025-05-20 17:43:56 +02: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

Packaging status

You can also download binaries from our Releases page.

Windows

You can install the latest version with WinGet:

winget install Microsoft.Edit

Notes to Package Maintainers

The canonical executable name is "edit" and the alternative name is "msedit".

We're aware of the potential conflict of "edit" with existing commands and as such recommend naming packages and executables "msedit". Names such as "ms-edit" should be avoided. Assigning an "edit" alias is recommended if possible.

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