https://github.com/shiftgeist/linear-create-branch
User script to copy git branch command.
https://github.com/shiftgeist/linear-create-branch
deno userscript
Last synced: about 2 months ago
JSON representation
User script to copy git branch command.
- Host: GitHub
- URL: https://github.com/shiftgeist/linear-create-branch
- Owner: shiftgeist
- Created: 2024-10-29T18:48:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-31T15:10:45.000Z (over 1 year ago)
- Last Synced: 2025-10-19T20:43:30.426Z (8 months ago)
- Topics: deno, userscript
- Language: TypeScript
- Homepage: https://raw.githubusercontent.com/shiftgeist/deno-userscript-copy-linear-branch-name/refs/heads/main/dist/linear-create-branch.user.js
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linear create branch
Works with [linear.app](linear.app).
When clicking on the branch icon in linear: Copy a `git checkout -b $name` with a custom branch name format.

## Install
https://github.com/shiftgeist/linear-create-branch/raw/refs/heads/main/dist/linear-create-branch.user.js
## Branch name format
```
$TYPE-$ISSUE_ID-$TITLE
```
Type is currently set strictly to `feat`.
## Dev Hints
Don't forget to update version in `deno.json` for auto updates.