spf command prompt enhancement #745
Replies: 2 comments 5 replies
-
Originally posted by @Rocco-Gossman at #736 (comment)
@lazysegtree @yorukot 1.) I don't like Discord. Don't have an account, Don't want one. 2.) You clearly want this PR to be more, than I ever intended it to be. 3.) Just for the record. I created this PR after this comment by @lazysegtree #733 (comment) The idea was to NOT confuse the user between Command-Prompt and Shell-Commandline. At this point, we could have just keept the original Shell-Commandline and just replaced the |
Beta Was this translation helpful? Give feedback.
-
Shell command ![]() On pressing enter ![]() Prompt example ![]() On pressing enter ![]() |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
PR
Goal
Vocabulary
Shell command
- Command run at users shellSPF command
- Superfile specific commands. (likesplit
- split panels)SPF Prompt
- The overlay modal that allows users to run SPF or shell commandsSPF Prompt (Shell mode)
- The overlay modal in a mode that allows you to run shell commandsSPF Prompt (SPF mode)
- The overlay modal in a mode that allows you to run SPF commandsIdea
User would press
:
to open the SPF Prompt in Shell modeThen he can press
>
to switch to SPF mode, or start typing directly to execute normal shell commandsOn pressing
>
Terminal will switch to SPF mode, and>
written on text input will get cleared.:
thenmkdir hi
- Shell command execution>
then typesplit
- SPF command execution>
then typecd ${MY_ENV_VAR}
- SPF command executionEdit - User can directly press
>
to get started with the prompt mode in the first place.Beta Was this translation helpful? Give feedback.
All reactions