Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Per Bothner
specifications
Commits
6b555699
Commit
6b555699
authored
Oct 17, 2019
by
Per Bothner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor edits in Summary and Motivation.
parent
9465ad24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
proposals/semantic-prompts.md
proposals/semantic-prompts.md
+4
-1
No files found.
proposals/semantic-prompts.md
View file @
6b555699
...
...
@@ -7,9 +7,12 @@ Escape codes and conventions for semantic marking of
commands (as in shells and other REPLs) and their components
(prompts, user inputs, and output).
[
This article shows enabled functionality with screenhots
](
http://per.bothner.com/blog/2019/shell-integration-proposal/
)
,
based on how the proposal is implemented in
[
DomTerm
](
https://domterm.org
)
.
# Motivation
The user interaction in shells and other
[
REPL applications
](
https://en.wikipedia.org/wiki/Read-eval-print
loop) is a sequence of commands,
The user interaction in shells and other
[
REPL applications
](
https://en.wikipedia.org/wiki/Read-eval-print
-
loop
)
is a sequence of commands,
where each _command_ is a sequence of _user input_ (one or more lines typed by the user) and command output (from the application).
The input lines will usually contain _prompt_ sections emitted
by the application, usually at the beginning of the first line.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment