The OpenBSD binaries for ticketeer, commit message utility.
Project description
Ticketeer

Utility to insert task ticket id into commit message.
- Simple. Does not need to be configured;
- Environment agnostic. Works with any platform that can run git;
- Fast. Won't slow down your commit process as actions are performed instantly.
Installation
go
go install github.com/mishamyrt/ticketeer@latest
pnpm
pnpm add --save-dev ticketeer
npm
npm install --save-dev ticketeer
yarn
yarn add --dev ticketeer
Usage
Standalone
Ticketeer can be used as a standalone tool. To install hook, run:
ticketeer install
The utility will check for installed hooks and install its own.
Runner
If you are already using runner hooks on your project and want to keep everything under their control, add a ticketeer apply call to your runner configuration.
Lefthook
Add the following to your lefthook.yml file:
prepare-commit-msg:
commands:
append-ticket-id:
run: ticketeer apply
If ticketeer is installed using NodeJS package manager, prefix command with your package manager runner, e.g. pnpm ticketeer apply, yarn ticketeer apply or npx ticketeer apply.
Configuration
Ticketeer is configured by default to be as comfortable as possible for most, but the settings can be overridden. All options are optional (hehe), if you don't specify your own - default value will be used.
messagelocation- where to insert ticket id into commit message (titleorbody).template- template to use when inserting ticket id into commit message. Must include{ticket}variable.
ticketformat- format of ticket id (numeric,alphanumeric,alphanumeric-small,alphanumeric-caps).allow-empty- allow empty ticket id. If set tofalse, commit will be aborted if branch name doesn't contain ticket id.
branchformat- format of branch name (git-flow,git-flow-typeless,ticket-id).ignore- Additional list of branch names to ignore. Default value is["main", "master", "develop", "dev", "release/*"].
Default configuration is as follows:
message:
location: body
template: "{ticket}"
ticket:
format: alphanumeric-caps
allow-empty: true
branch:
format: git-flow
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ticketeer_openbsd-0.1.5.tar.gz.
File metadata
- Download URL: ticketeer_openbsd-0.1.5.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e97e93c018e5416c4e5be74779af700ad6266d6c383cdcf54fa2dd6b98ac14e
|
|
| MD5 |
0d38549bc73a9768f374df7a79d4c2eb
|
|
| BLAKE2b-256 |
f037f86fbc92f7298da04249af8a0f8c835ea3b3f203a00e8921f9906da062d1
|
File details
Details for the file ticketeer_openbsd-0.1.5-py3-none-any.whl.
File metadata
- Download URL: ticketeer_openbsd-0.1.5-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7fe1574a7f91a86736f58fe1efc9124ffc01bde045981064d758969fff3ae4f
|
|
| MD5 |
a2114bddb31743adbfd9822e99b318a0
|
|
| BLAKE2b-256 |
0cdfec0f52ad8d24c1d598462f051339387c6814c3872659c08c6034397829fa
|