No description
  • Rust 99.3%
  • Nix 0.5%
  • Just 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-06-09 22:01:11 -04:00
.agents/skills Improve built-in theme pipeline/format (#314) 2026-05-03 15:26:10 -04:00
.github/workflows Refactor build/test workflow to use explicit stable release 2024-11-24 11:51:27 -05:00
benches/view Apply and enforce rustfmt 2024-02-19 17:12:31 -05:00
build Improve built-in theme pipeline/format (#314) 2026-05-03 15:26:10 -04:00
docs Improve built-in theme pipeline/format (#314) 2026-05-03 15:26:10 -04:00
documentation Make transparent background rendering opt-in (#316) 2026-05-05 00:01:33 -04:00
src Restore support for non-ASCII input characters 2026-05-11 22:14:20 -04:00
syntaxes Initial Dockerfile syntax support 2026-04-30 22:28:39 -04:00
tests Improve built-in theme pipeline/format (#314) 2026-05-03 15:26:10 -04:00
themes Improve built-in theme pipeline/format (#314) 2026-05-03 15:26:10 -04:00
.envrc Migrate Nix build to flakes 2024-09-21 13:37:40 -04:00
.gitignore Migrate documentation to zensical 2025-11-18 21:43:33 -05:00
AGENTS.md Improve built-in theme pipeline/format (#314) 2026-05-03 15:26:10 -04:00
Cargo.lock Use fancy-regex instead of oniguruma for syntax highlighting 2026-05-11 22:49:01 -04:00
Cargo.toml Use fancy-regex instead of oniguruma for syntax highlighting 2026-05-11 22:49:01 -04:00
CHANGELOG.md 0.7.1 2024-09-26 23:46:03 -04:00
CLAUDE.md And so it begins... 2026-01-20 22:27:08 -05:00
flake.lock Bump Nix package channel to 25.11 2026-02-25 22:38:15 -05:00
flake.nix Remove xorg qualifier for libxcb flake dependency 2026-06-09 22:01:11 -04:00
justfile Replace debug_log macro with log/env_logger crate 2025-12-14 23:44:38 -05:00
LICENSE Bump copyright range to include 2018 2018-01-07 14:35:57 -05:00
README.md Clean up README and update screenshot 2024-01-12 09:04:03 -05:00
screenshot.png Clean up README and update screenshot 2024-01-12 09:04:03 -05:00

Amp: A text editor for your terminal.

Heavily inspired by Vi/Vim. Amp aims to take the core interaction model of Vim, simplify it, and bundle in the essential features required for a modern text editor.

Amp screenshot

Written with ❤️ in Rust.

Amp's internals (data structures, syntax highlighting, workspace management, etc.) have been built as a separate crate: scribe.

For a full overview, along with documentation and installation instructions, visit amp.rs.