tldr : add korean translation (#3533)

This commit is contained in:
Proscream
2019-11-11 10:15:51 +09:00
committed by Ein Verne
parent c7399f24e5
commit 13d5dd0ac8
8 changed files with 191 additions and 0 deletions

24
pages.ko/common/abduco.md Normal file
View File

@@ -0,0 +1,24 @@
# abduco
> 터미널 세션 관리자.
> 더 많은 정보: <http://www.brain-dump.org/projects/abduco/>.
- 세션 목록:
`abduco`
- 세션에 연결하기, 만약 존재하지 않는 경우에는 생성:
`abduco -A {{name}} {{bash}}`
- `dvtm`으로 세션 연결하기, 만약 존재하지 않는 경우에는 생성:
`abduco -A {{name}}`
- 세션으로부터 제거:
`Ctrl + \`
- 읽기 전용 모드로 세션 연결하기:
`abduco -Ar {{name}}`