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

View File

@@ -0,0 +1,20 @@
# terminal-notifier
> macOS 사용자 알림을 전송합니다.
> 더 많은 정보: <https://github.com/julienXX/terminal-notifier>.
- 알림 전송 (메시지만 필수):
`terminal-notifier -group {{tldr-info}} -title {{TLDR}} -message '{{TLDR rocks}}'`
- 소리와 함께 파이프로 전달된 데이터 표시:
`echo '{{파이프로 전달된 메시지 데이터!}}' | terminal-notifier -sound {{default}}`
- 알림을 클릭하면 URL 열기:
`terminal-notifier -message '{{Apple 주식을 확인하세요!}}' -open '{{http://finance.yahoo.com/q?s=AAPL}}'`
- 알림을 클릭하면 앱 열기:
`terminal-notifier -message '{{42개의 연락처를 가져왔습니다.}}' -activate {{com.apple.AddressBook}}`