Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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..
- Host: GitHub
- URL: https://github.com/philecker/branch-name
- Owner: philecker
- License: mit
- Created: 2023-12-05T17:17:48.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-04T14:16:06.000Z (7 months ago)
- Last Synced: 2024-04-05T14:56:19.695Z (7 months ago)
- Language: Python
- Homepage:
- Size: 11.7 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.