Pixelbadger.Toolkit
6.3.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global Pixelbadger.Toolkit --version 6.3.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local Pixelbadger.Toolkit --version 6.3.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Pixelbadger.Toolkit&version=6.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Pixelbadger.Toolkit --version 6.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Pixelbadger.Toolkit
A CLI toolkit exposing varied functionality organized by topic. The CLI uses Spectre.Console for rich terminal output — colour-coded success and error messages, formatted tables for data-heavy commands, and styled interactive prompts for secure input.
Note: Search and MCP RAG functionality has been extracted to the separate Pixelbadger.Toolkit.Rag repository (
pbragCLI tool).
Installation
dotnet tool install --global Pixelbadger.Toolkit
Usage
pbtk [topic] [action] [options]
Get help for any command:
pbtk --help
pbtk strings reverse --help
Full command documentation is available at the project docs site.
Development
Build
dotnet build
dotnet test
Package and publish
dotnet pack
dotnet nuget push bin/Release/Pixelbadger.Toolkit.*.nupkg --source https://api.nuget.org/v3/index.json --api-key $NUGET_API_KEY
Run from source
dotnet run -- [topic] [action] [options]
Install locally
dotnet tool install --global --add-source ./bin/Release Pixelbadger.Toolkit
Requirements
- .NET 9.0
- OpenAI API key (for
llmcommands) — set theOPENAI_API_KEYenvironment variable
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
| Version | Downloads | Last Updated |
|---|---|---|
| 6.8.0 | 46 | 7/24/2026 |
| 6.7.0 | 43 | 7/24/2026 |
| 6.6.0 | 49 | 7/24/2026 |
| 6.5.0 | 46 | 7/23/2026 |
| 6.4.0 | 128 | 6/21/2026 |
| 6.3.0 | 110 | 6/21/2026 |
| 6.2.0 | 110 | 6/21/2026 |
| 6.1.0 | 111 | 6/18/2026 |
| 6.0.0 | 114 | 6/18/2026 |
| 5.1.0 | 107 | 6/18/2026 |
| 5.0.0 | 125 | 5/28/2026 |
| 4.1.3 | 104 | 5/26/2026 |
| 4.1.2 | 101 | 5/26/2026 |
| 4.1.1 | 119 | 5/24/2026 |
| 4.0.1 | 123 | 4/30/2026 |
| 4.0.0 | 129 | 4/21/2026 |
| 3.3.0 | 118 | 4/21/2026 |
| 3.2.0 | 139 | 3/6/2026 |
| 3.1.0 | 126 | 2/12/2026 |
| 3.0.0 | 201 | 12/23/2025 |
Loading failed