Skip to content

Commit

Permalink
feat(yaml): Add more tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Allaman committed Jan 1, 2025
1 parent 2120ecf commit ff0ad5b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 6 deletions.
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 124 supported)!</em>
<em>Conveniently download your favorite binaries (currently 128 supported)!</em>
</div>

![screenshot](https://s1.gifyu.com/images/SBpu4.png)
Expand Down
29 changes: 24 additions & 5 deletions tool/tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ tools:
zellij:
identifier: "zellij-org/zellij"
description: "A terminal workspace with batteries included (screen/tmux alternative)."
categories: ["Workflow"]
categories: ["Shell"]
micro:
identifier: "zyedidia/micro"
description: "A modern and intuitive terminal-based text editor."
Expand All @@ -100,7 +100,7 @@ tools:
identifier: "go-task/task"
description: "A task runner / simpler Make alternative written in Go."
asset_filters: [".tar.gz"]
categories: ["Workflow"]
categories: ["Shell"]
polaris:
identifier: "FairwindsOps/polaris"
description: "Validation of best practices in your Kubernetes clusters."
Expand Down Expand Up @@ -421,7 +421,7 @@ tools:
just:
identifier: "casey/just"
description: "Just a command runner."
categories: ["Workflow"]
categories: ["Shell"]
eza:
identifier: "eza-community/eza"
description: "A modern, maintained replacement for ls."
Expand Down Expand Up @@ -450,7 +450,7 @@ tools:
identifier: "TomWright/dasel"
description: "Select, put and delete data from JSON, TOML, YAML, XML and CSV files with a single tool. Supports conversion between formats and can be used as a Go package."
asset_filters: [".gz"]
categories: ["JSON", "YAML"]
categories: ["Json", "Yaml"]
pug:
identifier: "leg100/pug"
description: "Drive terraform at terminal velocity."
Expand Down Expand Up @@ -515,9 +515,28 @@ tools:
categories: ["Development", "Database"]
atac:
identifier: "Julien-cpsn/ATAC"
description: "A simple API client (postman like) in your terminal"
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"]
freeze:
identifier: "charmbracelet/freeze"
description: "Generate images of code and terminal output 📸."
categories: ["Shell"]
asset_filters: ["^sbom"]
mods:
identifier: "charmbracelet/mods"
description: "AI on the command line."
categories: ["AI"]
asset_filters: ["^sbom"]
gum:
identifier: "charmbracelet/gum"
description: "A tool for glamorous shell scripts 🎀."
categories: ["Shell"]
asset_filters: ["^sbom"]
aichat:
identifier: "sigoden/aichat"
description: "All-in-one LLM CLI tool featuring Shell Assistant, Chat-REPL, RAG, AI tools & agents, with access to OpenAI, Claude, Gemini, Ollama, Groq, and more."
categories: ["AI"]

0 comments on commit ff0ad5b

Please sign in to comment.