A program intended to make demos and give a feeling of interactivity.
Přejít na soubor
Théophile Bastian 70a55cd728 Compute Levenshtein by sub-hunks to speed up a bit 2020-05-10 17:15:08 +02:00
patch2vimedit Compute Levenshtein by sub-hunks to speed up a bit 2020-05-10 17:15:08 +02:00
.gitignore Use tmux and vim configs. Fixes #1. Fixes #2. 2020-05-07 13:16:44 +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

README.md

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.