julienXX / terminal-notifier

Send User Notifications on macOS from the command-line.
Other
6.39k stars 330 forks source link

Completions for common shells #310

Open lgarron opened 1 month ago

lgarron commented 1 month ago

Please check everything that applies to your issue:

It's now becoming common for tools to ship with completions as a command, and Homebrew makes it easy to install these completions automatically.

It would be really nice to have completions printed by the following commands:

terminal-notifier -completions fish
terminal-notifier -completions zsh
terminal-notifier -completions bash

I could possible help with the fish completions if they have to be manually written, but I don't have time right now.