hackerb9 / lsix

Like "ls", but for images. Shows thumbnails in terminal using sixel graphics.
GNU General Public License v3.0
4.01k stars 127 forks source link

macOS support with brew install? #39

Closed dominiw closed 3 years ago

hackerb9 commented 3 years ago

That would be nice. I know nothing about brew and don't have a Mac. If someone who knows how brew works is able to get lsix added as a package, I'd love it.

kidonng commented 3 years ago

👋 I submitted lsix to Homebrew, it is available in the core tap now.

hackerb9 commented 3 years ago

Thank you. Are there any special instructions I should have for MacOS users? For example, “To use lsix on a Mac, you'll need to run the ̲ ̲ ̲ ̲ ̲ ̲?̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲terminal app. Use the following brew commands to install it: ̲ ̲ ̲ ̲ ̲ ̲?̲ ̲ ̲ ̲ ̲ ̲ ̲.”

kidonng commented 3 years ago

Are there any special instructions I should have for MacOS users? For example, _“To use lsix on a Mac, you'll need to run the ̲ ̲ ̲ ̲ ̲ ̲?̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲terminal app.

I only know that iTerm2 supports sixel. Alacritty doesn't support graphics and kitty has its own graphics protocol. These terminals are the prominent ones on macOS, so maybe just suggest using lsix in iTerm2.

EDIT: looks like VTE is also available on macOS, but I haven't try any other yet.

Use the following brew commands to install it: ̲ ̲ ̲ ̲ ̲ ̲?̲ ̲ ̲ ̲ ̲ ̲ ̲.”_

Just brew install lsix. I think one line in the README will do.