怎样在mac iterm2中直接显示图片 - imgcat

  |   0 评论   |   376 浏览

怎样在mac iterm2中直接显示图片

使用imgcat可以直接在终端里面显示图片.

安装办法:

参考: https://apple.stackexchange.com/questions/256322/how-to-install-imgcat-on-iterm2

Just install "Shell Integration" and it will be automatically installed for you.

On the iTerm2 Menu, just click "Install Shell Integration"

enter image description here

You should then see the output indicating that imgcat is installed:

$curl -L https://iterm2.com/misc/install_shell_integration_and_utilities.sh | bash
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  2694  100  2694    0     0   2890      0 --:--:-- --:--:-- --:--:--  2890
Downloading script from https://iterm2.com/misc/bash_startup.in and saving it to /Users/allan/.iterm2_shell_integration.bash...
Checking if /Users/allan/.bash_profile contains iterm2_shell_integration...
Downloading imgcat...
Downloading it2dl...
Adding aliases...
Done.
--------------------------------------------------------------------------------

The next time you log in, shell integration will be enabled.

You will also have these commands:
imgcat filename
  Displays the image inline.
it2dl filename
  Downloads the specified file, saving it in your Downloads folder.

安装完成后,重新打开item2环境运行命令就可以了.

参考:

  1. https://iterm2.com/documentation-images.html
  2. https://apple.stackexchange.com/questions/256322/how-to-install-imgcat-on-iterm2

评论

发表评论


取消