Created
November 10, 2021 17:12
-
-
Save fakefarm/df50e1f801c24f3faa1903f993fc7ec3 to your computer and use it in GitHub Desktop.
iterm_shell_integration_notes.txt
This file contains hidden or 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
I wanted to see images in iterm, and it did all this: | |
https://apple.stackexchange.com/questions/256322/how-to-install-imgcat-on-iterm2 | |
------------------------------------------------------ | |
iTerm2 shell integration was installed! | |
You will also have these commands: | |
------------------------------------------------------ | |
imgcat filename | |
Displays the image inline. | |
imgls | |
Shows a directory listing with image thumbnails. | |
it2api | |
Command-line utility to manipulate iTerm2. | |
it2attention start|stop|fireworks | |
Gets your attention. | |
it2check | |
Checks if the terminal is iTerm2. | |
it2copy [filename] | |
Copies to the pasteboard. | |
it2dl filename | |
Downloads the specified file, saving it in your Downloads folder. | |
it2setcolor ... | |
Changes individual color settings or loads a color preset. | |
it2setkeylabel ... | |
Changes Touch Bar function key labels. | |
it2ul | |
Uploads a file. | |
it2universion | |
Sets the current unicode version. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment