질문
스크립트로 무엇을해야합니까? 단계별로 평범한 영어로 설명하십시오.
배경
iTerm2에서 이미지를 인라인으로 표시 할 수 있음을 확인했습니다
그러나 여기서 imgcat 다운로드 링크를 클릭하면 스크립트가있는 URL로 이동했습니다. 그러나 나는 그것으로 무엇을해야합니까? 어딘가에 복사? 나중에 해?
스크립트로 무엇을해야합니까? 단계별로 평범한 영어로 설명하십시오.
iTerm2에서 이미지를 인라인으로 표시 할 수 있음을 확인했습니다
그러나 여기서 imgcat 다운로드 링크를 클릭하면 스크립트가있는 URL로 이동했습니다. 그러나 나는 그것으로 무엇을해야합니까? 어딘가에 복사? 나중에 해?
답변:
"Shell Integration"을 설치하면 자동으로 설치됩니다.
iTerm2 메뉴에서 "쉘 통합 설치"를 클릭하십시오.
그러면 imgcat이 설치되었음을 나타내는 출력이 표시됩니다.
$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.