patch2vimedit/README.md

19 lines
420 B
Markdown
Raw Permalink Normal View History

2020-05-03 13:18:48 +02:00
# Patch2vimedit
`Patch2vimedit` is a program intended to make demos and give a feeling of
interactivity.
Provided with a patch file, and assuming that its working directory contains
data on which the patch is applicable, it will run a `vim` session applying the
patch.
## Dependencies
This program relies on the following non-python dependencies:
* `tmux`
* `vim`
For python dependencies, see `requirements.txt`.