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: 8 months ago
JSON representation
🐍 Python script for creating a formatted branch name, and automatically copying it to the clipboard for MacOS and Windows..
- Host: GitHub
- URL: https://github.com/philecker/branch-name
- Owner: philecker
- License: mit
- Created: 2023-12-05T17:17:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T20:04:34.000Z (over 1 year ago)
- Last Synced: 2025-10-09T00:49:47.761Z (8 months ago)
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.