diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-03-15 15:30:10 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-03-15 15:30:10 +0300 |
| commit | 2c9c36e2c6c00594fabd25f6d9daad91e038f93c (patch) | |
| tree | 332dd70194ba8863c292eed408d029e357160d39 /tui.go | |
| parent | e47657533453270565caa5e94cfa59307d2a7970 (diff) | |
Feat: cli mode
Diffstat (limited to 'tui.go')
| -rw-r--r-- | tui.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -230,6 +230,7 @@ func initTUI() { tview.Styles = colorschemes["default"] app = tview.NewApplication() pages = tview.NewPages() + outputHandler = &TUIOutputHandler{tv: textView} shellInput = tview.NewInputField(). SetLabel(fmt.Sprintf("[%s]$ ", cfg.FilePickerDir)). // dynamic prompt SetFieldWidth(0). |
