Skip to content

Commit

Permalink
feat(tools): Add more tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Allaman committed Dec 1, 2024
1 parent 901764a commit 230cfe3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<img src="https://img.shields.io/github/license/Allaman/werkzeugkasten" alt="license"/>
<img src="https://img.shields.io/github/v/release/Allaman/werkzeugkasten?sort=semver" alt="last release"/>
</p>
<em>Conveniently download your favorite binaries (currently 113 supported)!</em>
<em>Conveniently download your favorite binaries (currently 117 supported)!</em>
</div>

![screenshot](https://s1.gifyu.com/images/SBpu4.png)
Expand Down
17 changes: 17 additions & 0 deletions tool/tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 230cfe3

Please sign in to comment.