Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/philecker/branch-name

🐍 Python script for creating a formatted branch name, and automatically copying it to the clipboard for MacOS and Windows..
https://github.com/philecker/branch-name

Last synced: about 12 hours ago
JSON representation

🐍 Python script for creating a formatted branch name, and automatically copying it to the clipboard for MacOS and Windows..

Awesome Lists containing this project

README

        

## Description

This Python script formats Jira ticket title, branch number and prefix into a formatted branch name and copies it to the clipboard. It allows users to customize the Jira ticket prefix and code.

## Usage

1. Run the script: `python branch.py`
2. Enter the text to be formatted when prompted.
3. Enter the ticket prefix (default is 'AC'; press Enter to use default) when prompted.
4. Enter the ticket number when prompted.
5. The formatted Jira ticket is copied to the clipboard.

## License
This script is licensed under the MIT License.

## Future Enhancements
1. Create into browser extension that copies information from Jira ticket vs. manually entering.