bin/gotags

Thu, 09 Mar 2023 00:15:10 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 09 Mar 2023 00:15:10 -0600
changeset 1071
e76020af023d
parent 992
4e3e37ce84bc
permissions
-rwxr-xr-x

add explicit begin-completion bind

#!/bin/sh
set -eu

install_it() {
  go install github.com/jstemmer/gotags@latest
  asdf reshim || :
}

. ~/.lib/sh/stubexec.sh

mercurial