mr-karan / doggo

:dog: Command-line DNS Client for Humans. Written in Golang
https://doggo.mrkaran.dev/
GNU General Public License v3.0
2.83k stars 100 forks source link

No completions directory in v1.0.2 sources #126

Closed lcheylus closed 2 months ago

lcheylus commented 2 months ago

I would like to package doggo v1.0.2 for OpenBSD and add shell completions.

The completions directory with Bash/Fish/Zsh is not available in v1.0.2 sources => see commit 4821589

mr-karan commented 2 months ago

@lcheylus Hey. Yes, actually the reason is that I've removed them from the code as they are now available with doggo completions command.

Docs: https://doggo.mrkaran.dev/docs/features/shell/

So, if someone wants, they can run doggo completions bash and place them in appropriate directories. Would that be fine?

lcheylus commented 2 months ago

OK, I'm now using doggo completions bash|fish|zsh to add shell completions in my OpenBSD doggo package.