rorybyrne / git-plan

Git Plan - a better workflow for git
MIT License
182 stars 5 forks source link

feat: it should be possible to create a plan with a single command, without opening the editor #82

Open rorybyrne opened 3 years ago

rorybyrne commented 3 years ago

Current Situation

To create a plan, you run git plan add and then type some text into your editor.

Enhancement

There should be flags like git plan add -h "headline" -b "body" that you can use to create a plan instantly.

Reasoning

This would make it easier to quickly jot down your thoughts in the form of planned commits.

Implementation

It should be a simple extension of the add command to process the two new flags.