Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xxuejie/micro-acme
Acme style editing plugin for micro editor
https://github.com/xxuejie/micro-acme
Last synced: about 1 month ago
JSON representation
Acme style editing plugin for micro editor
- Host: GitHub
- URL: https://github.com/xxuejie/micro-acme
- Owner: xxuejie
- License: mit
- Created: 2021-09-10T02:43:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T05:16:08.000Z (6 months ago)
- Last Synced: 2024-08-02T16:54:14.908Z (4 months ago)
- Language: Lua
- Size: 23.4 KB
- Stars: 14
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-github-stars - xxuejie/micro-acme - Acme style editing plugin for micro editor (Lua)
README
# micro-acme
An [acme](http://acme.cat-v.org/) style editing plugin for the [micro](https://micro-editor.github.io/) editor.
This plugin enhances micro with 4 commands:
* `e` executes a CLI program, then create a new buffer containing data written to stdout/stderr. Example: `> e rg -n micro`
* `|`, `<` and `>` provides acme style editing, see [this video](http://research.swtch.com/acme) for an example. Notice due to how micro's command works, you need to add an extra space, for example: `> spell`, `| rot13`, etc.This plugin also provides a `search` command, that does acme style searching(tho the function is not yet complete), I typically bind it to `MouseRight`.