imcat
imcat copied to clipboard
Show any image in a terminal window.
I added the stated functionality and updated the help string, man page, and `README.md` to reflect the new arguments. I tried to maintain your code style. Let me know if...
Idea behind this FR is: If more than 1 image is to be displayed, then it would be nice if imcat could scale them and display them afterwards. I imagine...
``` % make cc -D_POSIX_C_SOURCE=2 -std=c99 -Wall -g -o imcat imcat.c -lm imcat.c:87:4: error: implicitly declaring library function 'snprintf' with type 'int (char *, unsigned long, const char *, ...)'...
If I use `imcat` to display an image, I find that it seems to overestimate the terminal's height, proceeding as if it has more (horizontal) lines than it really does,...
> It's actually quite hard to get that compiler working *Actually*, you can skip getting the whole VS package if it's just about *clang*. Just [install LLVM](https://chocolatey.org/packages/llvm).
Hey, any chance to get this brilliant piece of software as brew formula? Thanks!
Here is the scenario: Assume you have a linux guest that you are managing through Vagrant (Kali in my case). My host platform is Windows 10. Open a Windows console/command-line...
 Redirecting stdout to a file and cat in rxvt shows the same wrong colours. Other files like https://github.com/thiderman/doge/blob/master/doge/static/doge.txt are displayed correctly in rxvt.
I've managed to compile this on Cygwin (under Win 8.1) using the following patch: ```diff diff --git a/Makefile b/Makefile index db49cec..f9a1bb7 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@...
Testing under Windows 10 ([Version 10.0.17692.1004]) I fail to redirect the output to a file. The file only contains a handful escape sequences.  In this case, only 311 bytes...