makandra / geordi

Collection of command line tools used in our daily work with Ruby, Rails and Linux.
https://makandra.com/
MIT License
104 stars 16 forks source link

Add support for Linear.app for `branch`-command #219

Open brunosedler opened 3 months ago

brunosedler commented 3 months ago

In the future we will be using linear.app to manage stories and issues. Therefore geordi branch should be able to use linear issue titles to generate a new branch.

There is a ruby cli tool for the linear API: https://github.com/rubyists/linear-cli

codener commented 3 months ago

See https://github.com/wulffeld/linear-branch-creator for inspiration.