Last active
October 20, 2023 00:48
-
-
Save wesbos/eac5f93478002312db1f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo curl -o /usr/local/bin/imgcat -O https://raw.githubusercontent.com/gnachman/iTerm2/master/tests/imgcat && sudo chmod +x /usr/local/bin/imgcat | |
# If you have a better way to fix the permissions, comment below! |
I love it! Thank you for the gist!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you very much for the updated command ytyng. I would have given up when the first command wasn't working.
The only problem with imgcat over ssh is that we don't get all those nice command line options like we do on Mac. Still, this is the best thing to happen to the terminal in years.