Skip to content

Commit d6bf5de

Browse files
authored
Merge pull request #1418 from KiLLeRRaT/master
feat(completions): Added history-clear completion for zsh
2 parents 75c2305 + bd2407d commit d6bf5de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

completions/_dunstctl.zshcomp

+2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ case $state in
2222
'context:Open context menu'
2323
'count:Show the number of notifications'
2424
'history:Display notification history (in JSON)'
25+
'history-clear:Delete all notifications from history'
2526
'history-pop:Pop the latest notification from history or optionally the notification with given ID'
27+
'history-remove:Remove the notification from'
2628
'is-paused:Check if pause level is greater than 0'
2729
'set-paused:Set the pause status'
2830
'get-pause-level:Get the current pause level'

0 commit comments

Comments
 (0)