본문 바로가기
utils

[linux] bat

by ds31x 2024. 1. 30.

cat 의 개선판. modern linux에서 권장됨.

 

macOS에서의 transparent한 iterm2에서 "Coldark-Dark" 테마를 사용하면 다음과 같이 보임.

다른 테마들은 투명배경을 사용하면 bat의 결과가 잘 보이지 않음.

  • .zshrc 등에서 export BAT_THEME="Coldark-Dark" 와 같은 행을 하나 추가해주면 해당 theme가 적용됨.

지원되는 Theme를 확인하려면, 다음의 명령어를 수행.

bat --list-themes

macOS에서의 설치는 간단하게 brew를 사용하면 된다.

brew install bat

 

Ubuntu에서는 apt를 사용하면 됨.

sudo apt install bat

참고자료

https://github.com/sharkdp/bat

 

GitHub - sharkdp/bat: A cat(1) clone with wings.

A cat(1) clone with wings. Contribute to sharkdp/bat development by creating an account on GitHub.

github.com

 

728x90