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 27, 2024
1 parent 488a28f commit 3203f64
Show file tree
Hide file tree
Showing 2 changed files with 29 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 117 supported)!</em>
<em>Conveniently download your favorite binaries (currently 124 supported)!</em>
</div>

![screenshot](https://s1.gifyu.com/images/SBpu4.png)
Expand Down
28 changes: 28 additions & 0 deletions tool/tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -493,3 +493,31 @@ tools:
identifier: "noahgorstein/jqp"
description: "A TUI playground to experiment with jq."
categories: ["Json"]
television:
identifier: "alexpasmantier/television"
description: "Television is a blazingly fast general purpose fuzzy finder TUI."
categories: ["Text"]
onefetch:
identifier: "o2sh/onefetch"
description: "Command-line Git information tool."
categories: ["Git"]
repgrep:
identifier: "acheronfail/repgrep"
description: "An interactive replacer for ripgrep that makes it easy to find and replace across files on the command line."
categories: ["Text"]
serie:
identifier: "lusingander/serie"
description: "A rich git commit graph in your terminal, like magic."
categories: ["Git"]
rainfrog:
identifier: "achristmascarl/rainfrog"
description: "A database management tui for postgres, mysql, and sqlite."
categories: ["Development", "Database"]
atac:
identifier: "Julien-cpsn/ATAC"
description: "A simple API client (postman like) in your terminal"
categories: ["Development", "Network"]
presenterm:
identifier: "mfontanini/presenterm"
description: "A markdown terminal slideshow tool."
categories: ["Markdown"]

0 comments on commit 3203f64

Please sign in to comment.