git-get icon indicating copy to clipboard operation
git-get copied to clipboard

New feature: change to newly created directory

Open cloudyster opened this issue 2 years ago • 1 comments

It would be great if git-get would have a flag to change to the newly created directory.

Currently one has to copy the path and cd into it.

cloudyster avatar Feb 21 '23 07:02 cloudyster

Is that even possible? I don't know how a program launched by the shell can tell the shell upon exit to change directories.

Although you could have a shell function or alias that could run a program and then cd. (Not sure about a script file without source, or git aliases.) Does git get report the directory name in a way a script can parse out?

nafg avatar Feb 03 '25 22:02 nafg