Files
gitnow/crates
kjuulh b5394a6b26
Some checks failed
continuous-integration/drone/push Build encountered an error
feat: add chooser file mechanism for shell directory switching
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.
2026-03-20 14:39:42 +01:00
..