bmatzelle / gow

Unix command line utilities installer for Windows.
https://github.com/bmatzelle/gow/wiki
6.57k stars 366 forks source link

User request: xxd #37

Open bmatzelle opened 12 years ago

bmatzelle commented 12 years ago

http://linuxcommand.org/man_pages/xxd1.html

cassiebeckley commented 12 years ago

I think I'll try my hand at this (if no one else is doing it).

cassiebeckley commented 12 years ago

xxd is available at ftp://ftp.uni-erlangen.de/pub/utilities/etc/xxd-1.10.tar.gz. It automatically compiles on Windows with MinGW with no alterations. It hasn't been updated since 1998, but it's not the sort of program that really needs updates.

I have created a repository with xxd's source code at https://github.com/ThatOtherPerson/xxd. My precompiled binary can be downloaded from https://github.com/ThatOtherPerson/xxd/downloads. It only takes up 59 KB of space.

bmatzelle commented 12 years ago

Excellent! I'll include it in the next release.