nushell / nu_scripts

A place to share Nushell scripts with each other
MIT License
743 stars 227 forks source link

:sparkles: add worktree completions #933

Closed AucaCoyan closed 2 months ago

AucaCoyan commented 2 months ago

you can now git worktree remove <tab> for autocompletions image

and show the branches after the path in git worktree add ./my-path <tab> image

fdncred commented 2 months ago

Thanks