shnsplit: fix typo, systemctl: update Korean translation, linux/s*: add Korean translation (#14715)
* linux/s*: add Korean translation * systemctl: update Korean translation * Update pages.ko/linux/sqfscat.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/linux/shar.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/linux/sqfstar.md Co-authored-by: Chooooo <contact@choo.ooo> * shnsplit: fix typo * semanage: update Korean translation --------- Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
24
pages.ko/linux/sxiv.md
Normal file
24
pages.ko/linux/sxiv.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# sxiv
|
||||
|
||||
> Simple X Image Viewer.
|
||||
> 더 많은 정보: <https://github.com/muennich/sxiv>.
|
||||
|
||||
- 이미지 열기:
|
||||
|
||||
`sxiv {{경로/대상/이미지}}`
|
||||
|
||||
- 전체 화면 모드로 이미지 열기:
|
||||
|
||||
`sxiv -f {{경로/대상/파일}}`
|
||||
|
||||
- `stdin`에서 파일명을 읽어 개행으로 구분된 이미지 목록 열기:
|
||||
|
||||
`echo {{경로/대상/파일}} | sxiv -i`
|
||||
|
||||
- 하나 이상의 이미지를 슬라이드쇼로 열기:
|
||||
|
||||
`sxiv -S {{초}} {{경로/대상/이미지1 경로/대상/이미지2}}`
|
||||
|
||||
- 하나 이상의 이미지를 썸네일 모드로 열기:
|
||||
|
||||
`sxiv -t {{경로/대상/이미지1 경로/대상/이미지2}}`
|
Reference in New Issue
Block a user