• Stars
    star
    144
  • Rank 255,590 (Top 6 %)
  • Language
    Python
  • License
    MIT License
  • Created over 9 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Side-by-side diff shown in HTML

diff2HtmlCompare

A python script that takes two files and compares the differences between them (side-by-side) in an HTML format. Supports both python2 and python3.

Installation

pip install -r requirements.txt

Usage

diff2HtmlCompare.py [-h] [-s] [-v] file1 file2

positional arguments:
  file1       file to compare ("before" file).
  file2       file to compare ("after" file).

optional arguments:
  -h, --help  show this help message and exit
  -s, --show  show html in a browser.
  -v          show verbose output.

Example Output

ScreenShot

More Repositories

1

dive

A tool for exploring each layer in a docker image
Go
46,016
star
2

bashful

Use a yaml file to stitch together commands and bash snippits and run them with a bit of style. Why? Because your bash script should be quiet and shy-like (...and not such a loud mouth).
Go
1,153
star
3

bridgy

cloud inventory + ssh + tmux + sshfs
Python
409
star
4

AuthLogAttackMap

Tails the /var/log/auth.log, geolocates IPs found, and displays them on a web frontend.
Python
26
star
5

tar-overlay

A shell script which creates and manages named overlayfs mounts backed by the contents from tar files.
Shell
19
star
6

jotframe

A golang library for writing dynamic content to the terminal
Go
14
star
7

boxctl

An opinionated way to manage systemd-nspawn containers without relying on BTRFS. Works in tandem with machinectl and systemctl.
Shell
12
star
8

go-partybus

an go event bus
Go
9
star
9

go-progress

simple progress utils
Go
8
star
10

stitch

developer tool for making multi-repo project orchestration a breeze
Go
6
star
11

keybinding

a golang wrapper for parsing gocui keybindings
Go
6
star
12

StackAttack

An Android game loosely based on CrackAttack!
Java
6
star
13

whats-up

Python
5
star
14

stacko-py

A way to instantiate writable "instances" of immutable "image" layers similar to Docker images, but instead backed by OverlayFS and not coupled to a container solution.
Python
4
star
15

boltzmann-tsp

Python
3
star
16

gitboot

Bootstrapping a github repo with declarative settings
Go
2
star
17

artifactoryCli

A simple CLI for searching a downloading from generic Artifactory repos
Python
1
star
18

homebrew-dive

Ruby
1
star
19

alliandalex.com

Our website for the wedding
JavaScript
1
star
20

pyfileversion

Python utility for checking for modified files
Python
1
star
21

chronicle-test

test repository for anchore/chronicle
Python
1
star
22

snake

Because the world needs another CLI snake :)
Python
1
star
23

kubecon-2021

Makefile
1
star
24

protocol-tools

Python
1
star
25

mini-x86-disassembler

This python3 script that attempts to parse arbitrary binary input into x86 assembly code (only a subset of operations supported).
Python
1
star
26

test-ctr-images

scratch repo for test container image content
Makefile
1
star