I made this as a challenge to learn golang. If you ever wanted to make memes without having to use those pesky GUI tools, there you go! The only dependency is lmageMagick and the windows version comes batteries-included.
I made this as a challenge to learn golang. If you ever wanted to make memes without having to use those pesky GUI tools, there you go! The only dependency is lmageMagick and the windows version comes batteries-included.
Nice creation. I’d recommend packaging the Linux version as
tgz
instead ofzip
, as it’s a default compression on Linux systems and will always store the executable flag. Plus that makes it compatible with Github Application Managers likegam
.i think the
.tar.gz
extension is more common than.tgz