guake: fix typo, linux/g*: add Korean translation (#14704)
* linux/g*: add Korean translation * guake: fix typo * Update pages.ko/linux/genisoimage.md Co-authored-by: Chooooo <contact@choo.ooo> * linux/gnome-extensions: update Korean translation --------- Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
32
pages.ko/linux/gnome-extensions.md
Normal file
32
pages.ko/linux/gnome-extensions.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# gnome-extensions
|
||||
|
||||
> 터미널에서 GNOME 확장 관리.
|
||||
> 더 많은 정보: <https://wiki.gnome.org/Projects/GnomeShell/Extensions>.
|
||||
|
||||
- 설치된 모든 확장 나열:
|
||||
|
||||
`gnome-extensions list`
|
||||
|
||||
- 특정 확장에 대한 정보 표시:
|
||||
|
||||
`gnome-extensions info "{{확장_ID}}"`
|
||||
|
||||
- 특정 확장 활성화:
|
||||
|
||||
`gnome-extensions enable "{{확장_ID}}"`
|
||||
|
||||
- 특정 확장 비활성화:
|
||||
|
||||
`gnome-extension disable "{{확장_ID}}"`
|
||||
|
||||
- 특정 확장 제거:
|
||||
|
||||
`gnome-extension uninstall "{{확장_ID}}"`
|
||||
|
||||
- 특정 하위 명령(예: `list`)에 대한 도움말 표시:
|
||||
|
||||
`gnome-extensions help {{하위_명령}}`
|
||||
|
||||
- 버전 표시:
|
||||
|
||||
`gnome-extensions version`
|
Reference in New Issue
Block a user