Description
This tool is used to clear merged pull requests ref (branch) on GitHub. Since GitHub have no feature to auto deletion branch on pull request, we usually has been forgotten to delete the branch manually.
GitHub PR Cleaner alternatives and similar packages
Based on the "Command-line Tools" category.
Alternatively, view GitHub PR Cleaner alternatives based on common mentions on social networks and blogs.
-
httpie
๐ฅง HTTPie CLI โ modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more. -
Python Fire
Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object. -
cookiecutter
A cross-platform command-line utility that creates projects from cookiecutters (project templates), e.g. Python package projects, C projects. -
HTTP Prompt
An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax highlighting, and more. https://twitter.com/httpie -
PathPicker
PathPicker accepts a wide range of input -- output from git commands, grep results, searches -- pretty much anything. After parsing the input, PathPicker presents you with a nice UI to select which files you're interested in. After that you can open them in your favorite editor or execute arbitrary commands. -
asciimatics
A cross platform package to do curses-like operations, plus higher level APIs and widgets to create text UIs and ASCII art animations -
shiv
shiv is a command line utility for building fully self contained Python zipapps as outlined in PEP 441, but with all their dependencies included. -
Pinboard.py
A full-featured Python wrapper (and command-line utility) for the Pinboard API. Built by the makers of Pushpin for Pinboard. -
python3-nmap
A python 3 library which helps in using nmap port scanner. This is done by converting each nmap command into a callable python3 method or function. System administrators can now automatic nmap scans using python -
R3CON1Z3R
R3con1z3r is a lightweight Web information gathering tool with an intuitive features written in python. it provides a powerful environment in which open source intelligence (OSINT) web-based footprinting can be conducted quickly and thoroughly. -
SubGrab
SubGrab is a utility that allows you to automate subtitles downloading for your media files.
SaaSHub - Software Alternatives and Reviews
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of GitHub PR Cleaner or a related project?
README
GitHub PR Cleansing
This tool is used to clear merged pull requests ref (branch) on GitHub.
GitHub has no feature to auto delete branches on pull request, and we usually forget to delete the branch manually. PR Cleansing provides a quick, easy PR clear using the CLI.
Installation
Requirements
Python (both 2 or 3 should be works, hopefully)
Dependencies Installation
$ pip install -r requirements.txt
Usage
$ python application.py
Just follow the instructions on cli. Input the GitHub username, password, target user/ organization, target repository. This tool will automatically clean your beloved repository for you.