All Projects → genuinetools → Ghb0t

genuinetools / Ghb0t

Licence: mit
A GitHub Bot to automatically delete your fork's branches after a pull request has been merged.

Projects that are alternatives of or similar to Ghb0t

Sshb0t
A bot for keeping your ssh authorized_keys up to date with user's GitHub keys, **only** use if you enable 2FA & keep your keys updates.
Stars: ✭ 260 (-11.86%)
Mutual labels:  bot, makefile, cli
Wbot
A simple Web based BOT for WhatsApp™ in NodeJS 😜. Working as of 📅 Feb 14th, 2020
Stars: ✭ 638 (+116.27%)
Mutual labels:  bot, cli
Pytg
Python package that wraps around Telegram messenger CLI. Send and receive messages, and more.
Stars: ✭ 365 (+23.73%)
Mutual labels:  bot, cli
Novagram
An Object-Oriented PHP library for Telegram Bots
Stars: ✭ 112 (-62.03%)
Mutual labels:  bot, cli
Dotfiles
💻 Use command line interface manager for macOS configuration.
Stars: ✭ 97 (-67.12%)
Mutual labels:  makefile, cli
Udict
A command line urban dictionary.
Stars: ✭ 99 (-66.44%)
Mutual labels:  makefile, cli
Spam Bot 3000
Social media research and promotion, semi-autonomous CLI bot
Stars: ✭ 79 (-73.22%)
Mutual labels:  bot, cli
Teleconsole
Command line tool to share your UNIX terminal and forward local TCP ports to people you trust.
Stars: ✭ 2,750 (+832.2%)
Mutual labels:  cli, tools
Mojo Webqq
【重要通知:WebQQ将在2019年1月1日停止服务,此项目目前已停止维护,感谢大家四年来的一路陪伴】使用Perl语言(不会没关系)编写的smartqq/webqq客户端框架(非GUI),可通过插件提供基于HTTP协议的api接口供其他语言或系统调用
Stars: ✭ 1,755 (+494.92%)
Mutual labels:  bot, cli
Youtubeshop
Youtube autolike and autosubs script
Stars: ✭ 177 (-40%)
Mutual labels:  bot, cli
Apk File
Search apk package contents via the command line.
Stars: ✭ 89 (-69.83%)
Mutual labels:  makefile, cli
Supervizer
NodeJS Application Manager
Stars: ✭ 278 (-5.76%)
Mutual labels:  cli, tools
Bashmultitool
A library for bash shell program containing useful functions. Can be imported into scripts to create colourful and functional scripts and TUIs.
Stars: ✭ 27 (-90.85%)
Mutual labels:  makefile, cli
Symfony Bootstrapped
⚡️ Symfony with tools
Stars: ✭ 160 (-45.76%)
Mutual labels:  makefile, tools
Mask
🎭 A CLI task runner defined by a simple markdown file
Stars: ✭ 495 (+67.8%)
Mutual labels:  makefile, cli
Mojo Weixin
使用Perl语言(不会没关系)编写的个人账号微信/weixin/wechat客户端框架(非GUI),可通过插件提供基于HTTP协议的api接口供其他语言或系统调用
Stars: ✭ 1,181 (+300.34%)
Mutual labels:  bot, cli
Lumberjack
A terminal-ui log watcher written in Go using the Flux architecture
Stars: ✭ 31 (-89.49%)
Mutual labels:  cli, tools
Tooling
Advancing Node.js as a framework for writing great tools
Stars: ✭ 98 (-66.78%)
Mutual labels:  cli, tools
Certok
Command line tool to check the validity and expiration dates of SSL certificates.
Stars: ✭ 136 (-53.9%)
Mutual labels:  bot, cli
Tools For Instagram
Automation scripts for Instagram
Stars: ✭ 274 (-7.12%)
Mutual labels:  bot, tools

ghb0t

make-all make-image GoDoc Github All Releases

A GitHub Bot to automatically delete your fork's branches after a pull request has been merged.

NOTE: This will never delete a branch named "master" AND will never delete a branch that is not owned by the current authenticated user. If the pull request is closed without merging, it will not delete it.

Table of Contents

Installation

Binaries

For installation instructions from binaries please visit the Releases Page.

Via Go

$ go get github.com/genuinetools/ghb0t

Usage

$ ghb0t -h
ghb0t -  A GitHub Bot to automatically delete your fork's branches after a pull request has been merged.

Usage: ghb0t <command>

Flags:

  -d         enable debug logging (default: false)
  -interval  check interval (ex. 5ms, 10s, 1m, 3h) (default: 30s)
  -token     GitHub API token (or env var GITHUB_TOKEN) 
  -url       Connect to a specific GitHub server, provide full API URL (ex. https://github.example.com/api/v3/) (default: <none>)

Commands:

  version  Show the version information.
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].