From 9c22c1481d986e8b4faa797a18579269b3d6fdd0 Mon Sep 17 00:00:00 2001 From: Christian Huth Date: Tue, 4 Feb 2025 16:05:35 +0100 Subject: [PATCH] Update README.md --- README.md | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index d672225b..c4267620 100644 --- a/README.md +++ b/README.md @@ -222,20 +222,21 @@ Download Kutt's official workflow for [Alfred](https://www.alfredapp.com/) app f **Third-party packages** -| Language | Link | Description | -| ---------- | --------------------------------------------------------------------------------- | -------------------------------------------------- | -| C# (.NET) | [KuttSharp](https://github.com/0xaryan/KuttSharp) | .NET package for Kutt.it url shortener | -| C# (.NET) | [Kutt.NET](https://github.com/AlphaNecron/Kutt.NET) | C# API Wrapper for Kutt -| Python | [kutt-cli](https://github.com/RealAmirali/kutt-cli) | Command-line client for Kutt written in Python | -| Ruby | [kutt.rb](https://github.com/RealAmirali/kutt.rb) | Kutt library written in Ruby | -| Rust | [urlshortener](https://github.com/vityafx/urlshortener-rs) | URL shortener library written in Rust | -| Rust | [kutt-rs](https://github.com/robatipoor/kutt-rs) | Command line tool written in Rust | -| Node.js | [node-kutt](https://github.com/ardalanamini/node-kutt) | Node.js client for Kutt.it url shortener | -| JavaScript | [kutt-vscode](https://github.com/mehrad77/kutt-vscode) | Visual Studio Code extension for Kutt | -| Java | [kutt-desktop](https://github.com/cipher812/kutt-desktop) | A Cross platform Java desktop application for Kutt | -| Go | [kutt-go](https://github.com/raahii/kutt-go) | Go client for Kutt.it url shortener | -| BASH | [GitHub Gist](https://gist.github.com/hashworks/6d6e4eae8984a5018f7692a796d570b4) | Simple BASH function to access the API | -| BASH | [url-shortener](https://git.tim-peters.org/Tim/url-shortener) | Simple BASH script with GUI | +| Language | Link | Description | +| --------------- | --------------------------------------------------------------------------------- | ---------------------------------------------------- | +| C# (.NET) | [KuttSharp](https://github.com/0xaryan/KuttSharp) | .NET package for Kutt.it url shortener | +| C# (.NET) | [Kutt.NET](https://github.com/AlphaNecron/Kutt.NET) | C# API Wrapper for Kutt | +| Python | [kutt-cli](https://github.com/RealAmirali/kutt-cli) | Command-line client for Kutt written in Python | +| Ruby | [kutt.rb](https://github.com/RealAmirali/kutt.rb) | Kutt library written in Ruby | +| Rust | [urlshortener](https://github.com/vityafx/urlshortener-rs) | URL shortener library written in Rust | +| Rust | [kutt-rs](https://github.com/robatipoor/kutt-rs) | Command line tool written in Rust | +| Node.js | [node-kutt](https://github.com/ardalanamini/node-kutt) | Node.js client for Kutt.it url shortener | +| JavaScript | [kutt-vscode](https://github.com/mehrad77/kutt-vscode) | Visual Studio Code extension for Kutt | +| Java | [kutt-desktop](https://github.com/cipher812/kutt-desktop) | A Cross platform Java desktop application for Kutt | +| Go | [kutt-go](https://github.com/raahii/kutt-go) | Go client for Kutt.it url shortener | +| BASH | [GitHub Gist](https://gist.github.com/hashworks/6d6e4eae8984a5018f7692a796d570b4) | Simple BASH function to access the API | +| BASH | [url-shortener](https://git.tim-peters.org/Tim/url-shortener) | Simple BASH script with GUI | +| Kubernetes/Helm | [ArtifactHub](https://artifacthub.io/packages/helm/christianhuth/kutt) | A Helm Chart to install Kutt on a Kubernetes cluster | ## Contributing