1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/linux/dunstify.md

22 lines
625 B
Markdown
Raw Normal View History

# dunstify
> `notify-send`의 확장 기능을 가진 알림 도구로, `dunst`를 중심으로 더 많은 기능을 제공합니다.
> `notify-send`의 모든 옵션을 수용합니다.
> 더 많은 정보: <https://github.com/dunst-project/dunst/wiki/Guides>.
- 지정된 제목과 메시지로 알림 표시:
`dunstify "{{제목}}" "{{메시지}}"`
- 지정된 긴급도로 알림 표시:
`dunstify "{{제목}}" "{{메시지}}" -u {{low|normal|critical}}`
- 메시지 ID 지정 (같은 ID의 이전 메시지를 덮어씀):
`dunstify "{{제목}}" "{{메시지}}" -r {{123}}`
- 도움말 표시:
`dunstify --help`