3 releases (breaking)
Uses new Rust 2024
| 0.5.0 | Dec 15, 2025 |
|---|---|
| 0.3.0 | Feb 19, 2025 |
| 0.1.0 | Nov 15, 2024 |
#370 in Text editors
25KB
512 lines
ad_repl
A simple REPL that syncs an rc shell session with an ad buffer.
- "Execute" is defined to be "send as input to the shell".
- Hitting return at the end of the buffer will send that line to the shell.
- Running "clear" will clear the ad buffer
- Running "exit" will close the shell subprocess as well as the ad buffer
The rc shell
This program relies on the rc shell being present on your system. On Ubuntu / Debian
based systems you can install this using sudo apt-get install rc, or alternatively
you can compile it from source via plan9port.
Dependencies
~3–7MB
~118K SLoC