A program intended to make demos and give a feeling of interactivity.
Go to file
2020-05-03 22:32:18 +02:00
patch2vimedit Basic tmux instrumentation through libtmux 2020-05-03 22:32:18 +02:00
.gitignore Initial commit 2020-05-03 13:18:48 +02:00
LICENSE Initial commit 2020-05-03 13:18:48 +02:00
README.md Initial commit 2020-05-03 13:18:48 +02:00
requirements.txt Basic tmux instrumentation through libtmux 2020-05-03 22:32:18 +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.