GitXplorerGitXplorer
a

secdiff

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
61b237d9c9f590cf38973957cb7bbac15ddb384b

Add cache

aavp committed 7 months ago
Unverified
a0053493f02bfc837f82e13afa911161e580d7cc

Fix lints

aavp committed 10 months ago
Unverified
a44178386decd0d30365a4f3f9126e4eb1355090

Cleanup resize handling and exiting

aavp committed 10 months ago
Unverified
98fe8cd3abc26d07b86c71dc2f9cca3646b9edae

Add support for arrow keys

aavp committed a year ago
Unverified
5b27ee205a1275b500fcf1eab80a7aa8753a4c37

Stop printing when end of screen is reached

ttmikov committed a year ago
Unverified
7c3ff2c3132d598ee62c072c6c2d3598dda93384

Add section indices to title

aavp committed a year ago

README

The README file for this repository.

secdiff

Section-by-section interactive diff tool using Python's curses.

Input: A file with some number of sections that have lines delimiting the sections.

Usage:

secdiff.py [-h] -s SEPARATOR filename

Provide a separator marker with '-s' and the file to diff the sections of.

Keybindings:

  • l/h: Go to the next/prev pair of sections to diff.
  • j/k: Scroll down/up in the current diff.