1 Commits

Author SHA1 Message Date
f13126b2dd chore(deps): update dependency erlang to v28.0.4 2025-09-15 01:22:24 +00:00
2 changed files with 15 additions and 15 deletions

View File

@@ -3,20 +3,23 @@
"aqua:FiloSottile/age" = "1.2.1" "aqua:FiloSottile/age" = "1.2.1"
"aqua:ajeetdsouza/zoxide" = "0.9.8" "aqua:ajeetdsouza/zoxide" = "0.9.8"
"aqua:alexellis/k3sup" = "0.13.11" "aqua:alexellis/k3sup" = "0.13.11"
"aqua:astral-sh/uv" = "0.8.16" "aqua:astral-sh/uv" = "0.8.15"
"aqua:bitwarden/clients" = "2025.8.0" "aqua:aws/aws-cli" = "2.29.1"
"aqua:bitwarden/clients" = "2025.7.0"
"aqua:dagger/dagger" = "0.18.17" "aqua:dagger/dagger" = "0.18.17"
"aqua:derailed/k9s" = "0.50.9" "aqua:derailed/k9s" = "0.50.9"
"aqua:eksctl-io/eksctl" = "0.214.0"
"aqua:evilmartians/lefthook" = "1.12.4" "aqua:evilmartians/lefthook" = "1.12.4"
"aqua:eza-community/eza" = "0.23.2" "aqua:eza-community/eza" = "0.23.2"
"aqua:github-cli" = "2.79.0" "aqua:github-cli" = "2.78.0"
"aqua:go-task/task" = "3.44.1" "aqua:go-task/task" = "3.44.1"
"aqua:jesseduffield/lazygit" = "0.55.0" "aqua:hashicorp/terraform" = "1.13.1"
"aqua:helm/helm" = "3.18.6"
"aqua:jj-vcs/jj" = "0.33.0" "aqua:jj-vcs/jj" = "0.33.0"
"aqua:junegunn/fzf" = "0.65.2" "aqua:junegunn/fzf" = "0.65.2"
"aqua:k3d-io/k3d" = "5.8.3" "aqua:k3d-io/k3d" = "5.8.3"
"aqua:kubernetes/kubectl" = "1.34.0" "aqua:kubernetes-sigs/kind" = "0.30.0"
"aqua:mislav/hub" = "2.14.2" "aqua:kubernetes/kubectl" = "1.33.3"
"aqua:pnpm/pnpm" = "10.15.1" "aqua:pnpm/pnpm" = "10.15.1"
"aqua:sbstp/kubie" = "0.26.0" "aqua:sbstp/kubie" = "0.26.0"
"aqua:sharkdp/bat" = "0.25.0" "aqua:sharkdp/bat" = "0.25.0"
@@ -26,7 +29,9 @@
"cargo:tukai" = "0.2.3" "cargo:tukai" = "0.2.3"
"npm:@anthropic-ai/claude-code" = "1.0.110" "npm:@anthropic-ai/claude-code" = "1.0.110"
"npm:@google/gemini-cli" = "0.4.0" "npm:@google/gemini-cli" = "0.4.0"
"pipx:aider-chat" = { version = "0.86.1", uvx_args = "--python 3.13.6 --with google-generativeai" }
"pipx:httpie" = { version = "3.2.4", uvx_args = "--python 3.13.6" } "pipx:httpie" = { version = "3.2.4", uvx_args = "--python 3.13.6" }
"ubi:Samyak2/toipe" = "0.5.0"
"ubi:charmbracelet/crush" = "0.7.9" "ubi:charmbracelet/crush" = "0.7.9"
"ubi:comtrya/comtrya" = "0.9.2" "ubi:comtrya/comtrya" = "0.9.2"
"ubi:jdx/usage" = "2.2.2" "ubi:jdx/usage" = "2.2.2"
@@ -34,7 +39,7 @@
"ubi:sst/opencode" = "0.7.1" "ubi:sst/opencode" = "0.7.1"
"ubi:wagoodman/dive" = "0.13.1" "ubi:wagoodman/dive" = "0.13.1"
elixir = "1.18.4" elixir = "1.18.4"
erlang = "28.0.3" erlang = "28.0.4"
go = "1.25.1" go = "1.25.1"
lua = "5.1.5" lua = "5.1.5"
luajit = "2.0.5" luajit = "2.0.5"
@@ -43,13 +48,6 @@ python = "3.13.7"
r = "4.5.1" r = "4.5.1"
rust = "1.89.0" rust = "1.89.0"
[tools."http:tea"]
version = "0.10.1"
[tools."http:tea".platforms]
linux-x64 = { url = "https://gitea.com/gitea/tea/releases/download/v0.10.1/tea-0.10.1-linux-amd64" }
windows-x64 = { url = "https://gitea.com/gitea/tea/releases/download/v0.10.1/tea-0.10.1-windows-amd64.exe" }
[settings] [settings]
experimental = true experimental = true
python_compile = true python_compile = true

View File

@@ -4,14 +4,16 @@ set -e
# NOTE: (jpd) create auto-completion # NOTE: (jpd) create auto-completion
commands=( commands=(
"ctlptl" "ctlptl"
"eksctl"
"exercism" "exercism"
"helm"
"k3d" "k3d"
"k9s" "k9s"
"kind" "kind"
"kubectl" "kubectl"
"lefthook" "lefthook"
"mise" "mise"
"tea" "supabase"
) )
echo "create completion for ${commands[@]}" echo "create completion for ${commands[@]}"
for cmd in ${commands[@]}; do for cmd in ${commands[@]}; do