diff options
author | jaseg <git@jaseg.de> | 2022-12-31 23:39:23 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2022-12-31 23:39:23 +0100 |
commit | e283f945189115e8a039f45e8cdd13e418f84bf6 (patch) | |
tree | 636d6bab4f43081010fad248caa216d64a361c03 | |
parent | 6e717a277be2893a8d7bafa6b3784cffaf81f17e (diff) | |
download | wsdiff-0.1.0.tar.gz wsdiff-0.1.0.tar.bz2 wsdiff-0.1.0.zip |
Fix reference to old project namev0.1.0
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -# html_diff +# wsdiff A python script that produces a diff of two files or directories as a single, self-contained HTML file. The resulting diff works without Javascript and will automatically switch between inline and side-by-side formats depending on @@ -6,12 +6,12 @@ available screen space. ### Installation ``` -pip install -r requirements.txt +pip install wsdiff ``` ### Usage ``` -usage: html_diff.py [-h] [-b] [-s SYNTAX_CSS] [-l LEXER] [-L] [-t PAGETITLE] +usage: wsdiff [-h] [-b] [-s SYNTAX_CSS] [-l LEXER] [-L] [-t PAGETITLE] [-o OUTPUT] [--header] [--content] [old] [new] |