From ae8de58b00fe17f7155f063ae82cc9299db10905 Mon Sep 17 00:00:00 2001 From: Lefteris Garyfalakis Date: Wed, 7 Sep 2022 14:30:40 +0300 Subject: [PATCH 1/2] Add Limoji --- README.md | 1 + deb-get | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index 810ac2ca1..6311f07b2 100644 --- a/README.md +++ b/README.md @@ -233,6 +233,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 5f056f2cd..7fef5846e 100755 --- a/deb-get +++ b/deb-get @@ -2198,6 +2198,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" From b0ee02baa0f9fac71599efbef6f7fc329ab3d2e1 Mon Sep 17 00:00:00 2001 From: Lefteris Garyfalakis Date: Thu, 22 Sep 2022 23:24:43 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e48ecd6a..db2ae77d4 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,7 @@ cog.out(pretty_list) | [](https://cryptomator.org/) | `cryptomator` | Multi-platform transparent client-side encryption of your files in the cloud. | | [](https://dbeaver.io/) | `dbeaver-ce` | Database GUI Client | | [](https://deadbeef.sourceforge.io/) | `deadbeef` | The ultimate music player | +| [](https://github.com/ymauray/deborah) | `deborah` | A flutter front-end to deb-get. | | [](https://github.com/wimpysworld/deb-get) | `deb-get` | 'apt-get' functionality for .debs published in 3rd party repositories or via direct download package. | | [](https://delta.chat/) | `deltachat-desktop` | Email-based instant messaging for Desktop. | | [](https://discord.com/) | `discord` | A place that makes it easy to talk every day and hang out more often. | @@ -236,7 +237,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/bootandy/dust) | `limoji` | Turning your favorite emojis into the world of Unicode. | | [](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. |