MicahElliott / captain

A simpler approach to git-hook management
Other
2 stars 0 forks source link

Command to open editor on shared or local config files #8

Closed MicahElliott closed 1 week ago

MicahElliott commented 1 year ago

Support capt edit to open config file(s) with $EDITOR.

This takes the guess work out of knowing what's defined for each hook. Also easier than some recursive listing of hooks. Could alternatively just cat the files instead of opening editor.