osx/terminal-notifier: fix typo, osx/*: add Korean translation (#14758)

This commit is contained in:
코드싸이
2024-11-12 04:54:15 +09:00
committed by GitHub
parent 3c745bfaae
commit f5003bb990
202 changed files with 3796 additions and 1 deletions

20
pages.ko/osx/fileicon.md Normal file
View File

@@ -0,0 +1,20 @@
# fileicon
> 사용자 지정 파일 및 폴더 아이콘 관리.
> 더 많은 정보: <https://github.com/mklement0/fileicon>.
- 특정 파일이나 폴더에 사용자 지정 아이콘 설정:
`fileicon set {{경로/대상/파일_또는_폴더}} {{경로/대상/아이콘_파일.png}}`
- 특정 파일이나 폴더에서 사용자 지정 아이콘 제거:
`fileicon rm {{경로/대상/파일_또는_폴더}}`
- 파일이나 폴더의 사용자 지정 아이콘을 현재 디렉토리에 `.icns` 파일로 저장:
`fileicon get {{경로/대상/파일_또는_폴더}}`
- 특정 파일이나 폴더에 사용자 지정 아이콘이 있는지 테스트:
`fileicon test {{경로/대상/파일_또는_폴더}}`