feat(tui): add fzf-based folder browser for export/import path prompts

Read-Host has no tab-completion (that's a top-level PSReadLine feature,
not available to script prompts), so reuse the fzf dependency already
required for menus to browse folders interactively instead: navigate
into subfolders, go up with .., confirm current folder, or type a path
manually. Falls back to plain Read-Host when fzf isn't installed.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-07 11:53:05 +02:00
parent 30170a1909
commit 81c5e96fc7
4 changed files with 49 additions and 7 deletions
+1 -1
View File
@@ -1 +1 @@
4.3.1
4.4.0