pueue*: add Korean translation (#14525)

This commit is contained in:
코드싸이
2024-11-02 02:55:03 +09:00
committed by GitHub
parent 8d2eaa14ab
commit ca7166e59a
22 changed files with 384 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# pueue edit
> 저장되거나 대기 중인 작업의 명령어나 경로를 편집.
> 더 많은 정보: <https://github.com/Nukesor/pueue>.
- 작업 편집, 작업 ID를 확인하려면 `pueue status` 사용:
`pueue edit {{작업_아이디}}`
- 작업이 실행되는 경로 편집:
`pueue edit {{작업_아이디}} --path`
- 지정된 편집기로 명령어 편집:
`EDITOR={{nano}} pueue edit {{작업_아이디}}`