18 lines
420 B
Markdown
18 lines
420 B
Markdown
# 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`.
|