tracer icon indicating copy to clipboard operation
tracer copied to clipboard

Add settings to use git branch for current save

Open typeholes opened this issue 1 year ago • 2 comments

Automatically switching saves in the persistent storage to the current head label would be an easy way to have traces and trace diagnostics match the current code

It is possible to get the label from the built-in git extension, but a quick look didn't find a change event

typeholes avatar May 27 '24 02:05 typeholes

It may be better to let the user specify a shell command to generate a save name. Not everyone uses git, and even git users may want something other than the head label

typeholes avatar May 28 '24 11:05 typeholes

Also need to find a good fallback for a default when a git repo is not found

typeholes avatar May 28 '24 15:05 typeholes