사용자 도구

사이트 도구


linux:broot

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판
이전 판
마지막 판 양쪽 다음 판
linux:broot [2020/10/01 22:12]
kwon37xi 만듦
linux:broot [2021/03/01 17:01]
kwon37xi
줄 2: 줄 2:
   * https://github.com/Canop/broot   * https://github.com/Canop/broot
   * directory navigation   * directory navigation
 +  * [[linux:fzf|fzf]]의 ''Alt-C'' 단축키로 디렉토리 이동과 기능이 비슷한듯. 디렉토리 이동 외의 다른 기능들도 있음.
  
 +===== install =====
 +  * ''broot'' 명령 설치 후 사용자의 shell 에 ''br'' 함수를 등록해주고, ''br'' 함수로 실행을 해야 디렉토리 이동이 가능하다.
 +
 +<code sh>
 +broot --print-shell-function bash >> ~/.bashrc
 +
 +broot --set-install-state installed
 +</code>
linux/broot.txt · 마지막으로 수정됨: 2021/08/31 11:17 저자 kwon37xi