Skip to content

Commit

Permalink
Add pomatez
Browse files Browse the repository at this point in the history
  • Loading branch information
takov751 authored Sep 17, 2022
1 parent fb2ca3f commit 617b865
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ cog.out(pretty_list)
| [<img src=".github/debian.png" align="top" width="20" />](https://www.plex.tv/) | `plexmediaserver` | <i>Stream Movies and TV Shows.</i> |
| [<img src=".github/github.png" align="top" width="20" />](https://github.com/six-ddc/plow) | `plow` | <i>A high-performance HTTP benchmarking tool with real-time web UI and terminal displaying</i> |
| [<img src=".github/launchpad.png" align="top" width="20" />](https://polychromatic.app/) | `polychromatic` | <i>Frontend for OpenRazer that enables Razer devices to control lighting effects and more.</i> |
| [<img src=".github/github.png" align="top" width="20" />](https://github.com/roldanjr/pomatez) | `pomatez` | <i>A pomodoro timer</i> |
| [<img src=".github/direct.png" align="top" width="20" />](https://safing.io/portmaster/) | `portmaster` | <i>Portmaster is a free and open-source application that puts you back in charge over all your computer's network connections.</i> |
| [<img src=".github/github.png" align="top" width="20" />](https://docs.microsoft.com/powershell/) | `powershell` | <i>Cross-platform automation and configuration tool/framework and optimized for dealing with structured data.</i> |
| [<img src=".github/github.png" align="top" width="20" />](https://proton.me/mail/bridge) | `protonmail-bridge` | <i>Proton Mail Bridge adds end-to-end encryption to popular email apps, including Outlook, Thunderbird, and Apple Mail.</i> |
Expand Down
10 changes: 10 additions & 0 deletions deb-get
Original file line number Diff line number Diff line change
Expand Up @@ -2551,6 +2551,16 @@ function deb_neovim() {
SUMMARY="Hyperextensible Vim-based text editor"
}

function deb_pomatez() {
get_github_releases "https://api.github.com/repos/roldanjr/pomatez/releases/latest"
if [ "${ACTION}" != "prettylist" ]; then
URL=$(grep "browser_download_url.*\.deb\"" "${CACHE_DIR}/${APP}.json" | head -n1 | cut -d'"' -f4)
VERSION_PUBLISHED="$(echo "${URL}" | cut -d'-' -f2|tr -d 'v')"
fi
PRETTY_NAME="Pomatez"
WEBSITE="https://roldanjr.github.io/pomatez/"
SUMMARY="A pomodoro timer"
}

# Create an array to track those deb_ functions being loaded by this script
readonly DEB_GET_APPS=($(declare -F | grep deb_ | sed 's|declare -f deb_||g' | sort))
Expand Down

0 comments on commit 617b865

Please # to comment.