From b9a0baec56a4ee1b1406fc5c80ae4da2dd3fab61 Mon Sep 17 00:00:00 2001 From: Lefteris Garyfalakis <46350667+lefterisgar@users.noreply.github.com> Date: Thu, 22 Sep 2022 01:50:40 +0300 Subject: [PATCH] Add Limoji (#517) --- README.md | 1 + deb-get | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index cb603c372..1e48ecd6a 100644 --- a/README.md +++ b/README.md @@ -236,6 +236,7 @@ cog.out(pretty_list) | [](https://github.com/ksnip/ksnip) | `ksnip` | Cross-platform screenshot and annotation tool. | | [](https://k8slens.dev/) | `lens` | The way the world runs Kubernetes. | | [](https://librewolf.net/) | `librewolf` | An independent fork of Firefox, with the primary goals of privacy, security and user freedom. | +| [](https://github.com/bootandy/dust) | `limoji` | Turning your favorite emojis into the world of ASCII. | | [](https://github.com/Peltoche/lsd) | `lsd` | The next gen 'ls' command. | | [](https://ludo.libretro.com/) | `ludo` | A minimalist frontend for emulators. | | [](https://lutris.net/) | `lutris` | Open Gaming Platform. | diff --git a/deb-get b/deb-get index 8f9125a05..6ed82169f 100644 --- a/deb-get +++ b/deb-get @@ -2265,6 +2265,17 @@ function deb_minikube() { SUMMARY="minikube quickly sets up a local Kubernetes cluster on macOS, Linux, and Windows." } +function deb_limoji() { + get_github_releases "https://api.github.com/repos/GEROGIANNIS/limoji/releases/latest" + if [ "${ACTION}" != "prettylist" ]; then + URL=$(grep "browser_download_url.*limoji.*_all.deb" "${CACHE_DIR}/${APP}.json" | head -n1 | cut -d'"' -f4) + VERSION_PUBLISHED="$(echo "${URL}" | cut -d'/' -f8 | tr -d v)" + fi + PRETTY_NAME="limoji" + WEBSITE="https://github.com/GEROGIANNIS/Limoji" + SUMMARY="Turning your favorite emojis into the world of ASCII." +} + function deb_fsearch() { PPA="ppa:christian-boxdoerfer/fsearch-stable" PRETTY_NAME="FSearch"