Files in this repo:
- Installation
- sam editor/language
- An editing example using sam lang
- Gossips about acme, settings and its creators
- Remote editing with sshfs and acme
- Some tips on sam
- Some other notes.
Wiki
Articles about acme:
- Russ Cox solving Advent of Code 2021 Day 2 using the Acme text editor
- A Tour of Acme by Russ Cox (rsc).
- Topic: Mini review: The Acme editor on Debian on Windows
- The Acme User Interface for Programmers lists various resources about the acme editor.
- Ruben Berenguel posted several blogs about acme.
- Brian Zwahr shared his joys and pains during a 3-month experiment with acme in a series of blogs (9 episodes), from entry to
giving upmaster :). - Jesper Louis Andersen used acme for a long time (months at least) and talked about it in several posts.
- Editing remote files with Acme in Inferno OS.
Configurations
- LSP in Acme: fhs/acme-lsp
- Ev Bogdanov's config
- Michael Auchter's config.
- Jesper Louis Andersen's config
- utilities / scripts / programs for acme, the programmes text editor
Other acme implementations
- A graphical text editor. "A is a text editor inspired by the Sam and Acme text editors for the Plan 9 operating system." (Implemented in Go Lang)
The idea lives on:
- An acme style editing plugin for the micro editor
- Anvil Editor. "Anvil is a graphical, multi-pane tiling editor that makes bold use of the mouse and integrates closely with the shell. It supports syntax highlighting, multiple cursors and selections, remote file editing, and contains a powerful text manipulation language. Anvil is inspired by Acme."
- ad :: an adaptable text editor
- "ad (pronounced A.D.) is an attempt at combining a modal editing interface of likes of vi and kakoune with the approach to extensibility of Plan9's Acme. Inside of ad text is something you can execute as well as edit."
- Written in Rust and available on crates.io