From 230cfe339cc62dbef48fbfb9fb9cd76af42e0eee Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 1 Dec 2024 20:19:24 +0100 Subject: [PATCH] feat(tools): Add more tools --- README.md | 2 +- tool/tools.yaml | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4791e6a..1eb4c30 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ license last release

- Conveniently download your favorite binaries (currently 113 supported)! + Conveniently download your favorite binaries (currently 117 supported)! ![screenshot](https://s1.gifyu.com/images/SBpu4.png) diff --git a/tool/tools.yaml b/tool/tools.yaml index cda06f9..8cbe965 100644 --- a/tool/tools.yaml +++ b/tool/tools.yaml @@ -476,3 +476,20 @@ tools: identifier: "akavel/up" description: "Ultimate Plumber is a tool for writing Linux pipes with instant live preview." categories: ["System"] + up-net: + identifier: "jesusprubio/up" + description: "Troubleshoot problems with your Internet connection." + categories: ["Network"] + usql: + identifier: "xo/usql" + description: "Universal command-line interface for SQL databases." + categories: ["Development", "Database"] + chezmoi: + identifier: "twpayne/chezmoi" + description: "Manage your dotfiles across multiple diverse machines, securely." + categories: ["Development"] + asset_filters: [".tar.gz"] + jqp: + identifier: "noahgorstein/jqp" + description: "A TUI playground to experiment with jq." + categories: ["Json"]