hackerb9 / lsix

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

MacOS brew issues #43

Open hackerb9 opened 3 years ago

hackerb9 commented 3 years ago

Testing with 'brew install lsix' and 'brew install iterm2' on latest MacOS (Darwin 20.5.0) shows that it works, but with errors.

''' /opt/homebrew/bin/lsix: line 205: realpath: command not found Unable to revert mtime: /Library/Fonts '''

hackerb9 commented 3 years ago

Realpath is available via 'brew install coreutils'.