Skip to content

Instantly share code, notes, and snippets.

@jg3
Created March 8, 2022 01:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jg3/7cf1ee065d27e96296a1ca979e11f545 to your computer and use it in GitHub Desktop.
Save jg3/7cf1ee065d27e96296a1ca979e11f545 to your computer and use it in GitHub Desktop.
Download and install the imgcat script on a system so image files can be displayed in an (ssh) shell session when using iTerm2
sudo curl -o /usr/local/bin/imgcat -O https://iterm2.com/utilities/imgcat && sudo chmod +x /usr/local/bin/imgcat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment