All Projects → mattddowney → gogs-bash

mattddowney / gogs-bash

Licence: MIT License
Bash Script for Interacting with the GOGS API

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to gogs-bash

Cascadia
Go cascadia package command line CSS selector
Stars: ✭ 67 (+116.13%)
Mutual labels:  curl, command-line-tool
Git Webhook
使用 Python Flask + SQLAchemy + Celery + Redis + React 开发的用于迅速搭建并使用 WebHook 进行自动化部署和运维,支持 Github / GitLab / Gogs / GitOsc。
Stars: ✭ 1,439 (+4541.94%)
Mutual labels:  webhook, gogs
plugin-gogs-webhook
[NOT MAINTAINED] Plugin to handle Gogs Webhooks
Stars: ✭ 29 (-6.45%)
Mutual labels:  webhook, gogs
nycurl
A web server that fetches data from the New York Times and formats it for display in the terminal.
Stars: ✭ 27 (-12.9%)
Mutual labels:  curl, command-line-tool
Covid19 Tracker Cli
A curl-based command line tracker for Novel Coronavirus or COVID-19 pandemic. It Supports terminal for linux and macos, command prompt for windows, and termux for android with real-time updates.
Stars: ✭ 244 (+687.1%)
Mutual labels:  curl, command-line-tool
Websocat
Command-line client for WebSockets, like netcat (or curl) for ws:// with advanced socat-like functions
Stars: ✭ 3,477 (+11116.13%)
Mutual labels:  curl, command-line-tool
gogs-webhook-plugin
Jenkins Gogs Webhook
Stars: ✭ 76 (+145.16%)
Mutual labels:  webhook, gogs
HumbleBundleBot
Scrapes HumbleBundle.com for new Bundles and posts new bundles to different Discord channels or generic webhooks whenever a new Bundle shows up.
Stars: ✭ 41 (+32.26%)
Mutual labels:  webhook
doi2bib
📝 Easily convert Digital Object Identifier (DOI) and Uniform Resource Locator (URL) to BibTeX and DOI to plain text.
Stars: ✭ 28 (-9.68%)
Mutual labels:  command-line-tool
xcode-cli
Command line helpers for Xcode
Stars: ✭ 17 (-45.16%)
Mutual labels:  command-line-tool
dockerize
Utility to simplify running applications in docker containers
Stars: ✭ 91 (+193.55%)
Mutual labels:  command-line-tool
k8s-vault-webhook
A k8s vault webhook is a Kubernetes webhook that can inject secrets into Kubernetes resources by connecting to multiple secret managers
Stars: ✭ 107 (+245.16%)
Mutual labels:  webhook
starcli
✨ Browse trending GitHub projects from your command line
Stars: ✭ 436 (+1306.45%)
Mutual labels:  command-line-tool
cibase
This is a toolkit for CI/CD provided by Choerodon.
Stars: ✭ 12 (-61.29%)
Mutual labels:  curl
gq-gmc-control
Control tool for the GQ GMC Geiger Counters.
Stars: ✭ 34 (+9.68%)
Mutual labels:  command-line-tool
dePAC
seamless Proxy Auto-Config (a.k.a. Web Proxy Auto Discovery) for CLI apps
Stars: ✭ 26 (-16.13%)
Mutual labels:  curl
electron-open-url
Open URL with Electron window from command line or Node.js program
Stars: ✭ 16 (-48.39%)
Mutual labels:  command-line-tool
speckle-server
The Speckle Server, Frontend, 3D Viewer, & other JS utilities.
Stars: ✭ 224 (+622.58%)
Mutual labels:  version-control
whats
🌐 a terminal translation tool
Stars: ✭ 16 (-48.39%)
Mutual labels:  command-line-tool
Node-CLI-Tips-Tricks
📟 NodeCLI.com repo with Node.js CLI best practices and production-ready tips & tricks.
Stars: ✭ 132 (+325.81%)
Mutual labels:  command-line-tool

gogs-bash

Interact with the GOGS API from bash.

Create repositories and manage webooks.

Setup:

Set the following environment variables:

Usage:

$ ./gogs
./gogs is a tool for interacting with the GOGS API.

Usage:
    ./gogs command [arguments]

The commands are:

    create-repo     create a repository
    create-webhook  create a webhook
    delete-webhook  delete a webhook
    env             print environment information
    get-repos       get a list of repos by search keyword
    get-user-repos  get a list of repos for a user
    get-users       get a list of users by search keyword
    get-webhooks    get a list of webhooks for a repo

Use "./gogs help [command]" for more information about a command.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].