stefanhaustein / TerminalImageViewer

Small C++ program to display images in a (modern) terminal using RGB ANSI codes and unicode block graphics characters
Other
1.56k stars 111 forks source link

Homebrew Non-deprecated Installation option #89

Closed aaronliu0130 closed 3 years ago

aaronliu0130 commented 3 years ago

Option 2 is deprecated. Until macOS clang implements filesystem or we can use boost, we should use the workaround.

aaronliu0130 commented 3 years ago

teletype character support is required for the "-x" option only. I think it's cleaner to leave out the second change?

@stefanhaustein but I already removed that text with commit 9d0d59c!

aaronliu0130 commented 3 years ago

@stefanhaustein

stefanhaustein commented 3 years ago

Thanks for the fix and sorry for the delay!