Hacker News new | ask | show | jobs
by adderthorn 920 days ago
In my job I am constantly given two lists and needing to vlookup on them. After spending so much time opening Excel to do this, I wrote a simple app and compares two lists of strings and gives you the shared items or unique items from the left or right.

https://github.com/adderthorn/CrossCompare