Skip to content

Commit

Permalink
Add fish completion for dunst
Browse files Browse the repository at this point in the history
  • Loading branch information
zappolowski authored and fwsmit committed Oct 17, 2023
1 parent 2cd719a commit 0b28e5d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions contrib/dunst.fishcomp
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
complete -c dunst -s v -l version -o version -d 'Print version'
complete -c dunst -o verbosity -x -a 'crit warn mesg info debug' -d 'Minimum level for message'
complete -c dunst -o conf -o config -d 'Path to configuration file'
complete -c dunst -o print -l print -d 'Print notifications to stdout'
complete -c dunst -o startup_notification -l startup_notification -d 'Display a notification on startup'
complete -c dunst -s h -l help -o help -d 'Print help'

# ex: filetype=fish

0 comments on commit 0b28e5d

Please sign in to comment.