Feature: interactive commands #236
Labels
design-needed
feature-proposal
A well defined feature proposal
triaged
The issue makes sense to maintainers
Proposed synopsis:
Proposed behaviour: If the stdout is not TTY then a new floating (!) terminal window opens (sticky floating window?). The terminal should present the following message:
--fzf
flag makes the interactive communication nicer by utilizing thefzf
toolAfter the interactive workflow is done terminal window should close
If the stdout is TTY then TTY should be used for interactive communication
Consideration. Other commands where analogical
--interactive
could be added:workspace
,layout
(interactively choose the layout),focus
,macos-native*
,close
,move-node*
?Consideration. The terminal that is used for interactive communication shouldn't appear in the selection?
Consideration. focus command.
--interactive-window-id
to interactively choose window-id and--interactive
to interactively choose direction (is the interactive direction even useful?)Consideration. Use NSWindow instead of a terminal?
Consideration. Use fzf when available by default?
Consideration. Introduce a separate command to make it possible to create custom "interactive" workflows?
The text was updated successfully, but these errors were encountered: