Package Details: doggo-git 1.1.5.r0.gc1e6f89-1

Git Clone URL: https://aur.archlinux.org/doggo-git.git (read-only, click to copy)
Package Base: doggo-git
Description: Command-line DNS Client for Humans. Written in Golang
Upstream URL: https://github.com/mr-karan/doggo
Keywords: cli dig nslookup
Licenses: GPL-3.0-only
Conflicts: doggo
Provides: doggo
Submitter: kleintux
Maintainer: kleintux (SpotlightKid)
Last Packager: kleintux
Votes: 1
Popularity: 0.000000
First Submitted: 2020-12-18 18:49 (UTC)
Last Updated: 2026-03-07 16:28 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

SpotlightKid commented on 2026-02-25 19:55 (UTC)

@nmaggioni: yeah, and also you can generate bash completions too.

Also, the PKGBUILD should download go dependencies in the 'prepare' step.

Here's a fixed and improved PKGBUILD: https://gist.github.com/SpotlightKid/6577ac1acfa7623329546b8de73d3f7a

(note: this also changes the version number scheme generated by pkgver.)

nmaggioni commented on 2026-02-18 10:13 (UTC)

Shell completions are now generated at runtime instead of being included in the repo:

diff --git a/PKGBUILD b/PKGBUILD
index 735aebe..b1dbfaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,6 +22,9 @@ build() {
   export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readonly -modcacherw"
   BUILD_DATE=$(date '+%Y-%m-%d %H:%M:%S')
   go build -o build/${_pkgname} -ldflags="-X 'main.buildVersion=${pkgver}' -X 'main.buildDate=${BUILD_DATE}'" ./cmd/doggo/
+  mkdir -p completions
+  ./build/doggo completions fish > completions/doggo.fish
+  ./build/doggo completions zsh > completions/doggo.zsh
 }

 pkgver() {

Dulbi commented on 2021-06-27 06:32 (UTC)

Completion scripts are available in the package https://github.com/mr-karan/doggo/tree/main/completions I think that package can come with completion scripts, can't they ?(git for instance). I'm using bash (it's already a PR enhancement) but zsh and fish users could already benefit.

Dulbi commented on 2021-06-26 11:29 (UTC)

Could you please add completion scripts ?

Dulbi commented on 2021-06-26 04:46 (UTC)

doggo-git r95.6b42a5e-1 package() Unable to evaluate 'bin/doggo-cli.bin': No such file or directory==> ERROR Could you please fixe the name ?