Quickstart — CP/M modred (minimal Python)
1) Install (optional):
pip install .
Then run:
modred filename.txt
2) Basic flow:
- I to insert lines; end with Ctrl-Z or a line containing ^Z.
- #A to read all source into buffer.
- #W to write buffer to temp file x.$$$.
- E to save changes and write final file (original moved to x.BAK).
3) Helpful commands:
- T — type (display) lines.
- D / K — delete characters / kill lines.
- F / S — find and substitute (see docs/COMMANDS.md).
For more examples and a reference, see docs/EXAMPLES.md and docs/COMMANDS.md.