Some checks failed
continuous-integration/drone/push Build encountered an error
Replace stdout-based path capture with a temporary chooser file that the shell wrapper reads after gitnow exits. Commands that select a directory write to the file; commands that don't (e.g. project delete) leave it empty, so the shell only cd's when appropriate. The chooser file path can be set via --chooser-file flag or GITNOW_CHOOSER_FILE env var.