본문 바로가기
카테고리 없음

[linux] scm_breeze capable of shortening commands in shell (shell 내 명령어 단축 입력이 가능한 scm_breeze)

by studio ODOC 2022. 8. 24.
반응형

[linux]

scm_breeze capable of shortening commands in shell

(shell 내 명령어 단축 입력이 가능한 scm_breeze)

 

scm_breeze github page

 

https://github.com/scmbreeze/scm_breeze

 

GitHub - scmbreeze/scm_breeze: Adds numbered shortcuts to the output git status, and much more

Adds numbered shortcuts to the output git status, and much more - GitHub - scmbreeze/scm_breeze: Adds numbered shortcuts to the output git status, and much more

github.com

 

 

예시처럼 shell 내에서 복잡한 명령을 간단하게 내릴 수 있다.

git status -> gs

git commit <4번째 항목 파일> -> gc 4

git add <1~10번째 항목 파일> -> ga 1-10

 

등등 정말 만족스러운 패키지이므로 리눅스 사용자라면 한번쯤 설치해보는 것을 권장한다.

 

(Complex commands can be simply issued within the shell, as shown in the example.

git status -> gs

git commit <4th item file> -> gc 4

git add <1-10th item file> -> ga 1-10



It's a really satisfying package, so I recommend that Linux users install it at least once.)

반응형