Skip to content

Commit

Permalink
Add Limoji (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
lefterisgar authored Sep 21, 2022
1 parent 9eac8ef commit b9a0bae
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ cog.out(pretty_list)
| [<img src=".github/github.png" align="top" width="20" />](https://github.com/ksnip/ksnip) | `ksnip` | <i>Cross-platform screenshot and annotation tool.</i> |
| [<img src=".github/direct.png" align="top" width="20" />](https://k8slens.dev/) | `lens` | <i>The way the world runs Kubernetes.</i> |
| [<img src=".github/debian.png" align="top" width="20" />](https://librewolf.net/) | `librewolf` | <i>An independent fork of Firefox, with the primary goals of privacy, security and user freedom.</i> |
| [<img src=".github/github.png" align="top" width="20" />](https://github.com/bootandy/dust) | `limoji` | <i>Turning your favorite emojis into the world of ASCII.</i> |
| [<img src=".github/github.png" align="top" width="20" />](https://github.com/Peltoche/lsd) | `lsd` | <i>The next gen 'ls' command.</i> |
| [<img src=".github/github.png" align="top" width="20" />](https://ludo.libretro.com/) | `ludo` | <i>A minimalist frontend for emulators.</i> |
| [<img src=".github/launchpad.png" align="top" width="20" />](https://lutris.net/) | `lutris` | <i>Open Gaming Platform.</i> |
Expand Down
11 changes: 11 additions & 0 deletions deb-get
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b9a0bae

Please # to comment.