Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: added Tabby #543

Merged
merged 2 commits into from
Oct 5, 2022
Merged

feat: added Tabby #543

merged 2 commits into from
Oct 5, 2022

Conversation

ymauray
Copy link
Contributor

@ymauray ymauray commented Sep 23, 2022

Tabby is an infinitely customizable cross-platform terminal app for local shells, serial, SSH and Telnet connections.

deb-get Outdated
get_github_releases "https://api.github.com/repos/Eugeny/tabby/releases"
if [ "${ACTION}" != "prettylist" ]; then
URL=$(grep "browser_download_url.*-linux-x64\.deb" "${CACHE_DIR}/${APP}.json" | head -n1 | cut -d'"' -f4)
VERSION_PUBLISHED="$(echo "${URL}" | cut -d'/' -f8 | tr -d v)"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or

VERSION_PUBLISHED="$(echo "${URL}" | cut -d'/' -f8 )"
VERSION_PUBLISHED=${VERSION_PUBLISHED/v}

@flexiondotorg flexiondotorg added new package New package proposal hacktoberfest-accepted Hacktoberfest labels Oct 5, 2022
@flexiondotorg flexiondotorg merged commit 92a2189 into wimpysworld:main Oct 5, 2022
@ymauray ymauray deleted the tabby branch October 5, 2022 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted Hacktoberfest new package New package proposal
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants