index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Shell
/
Shell.cpp
Age
Commit message (
Expand
)
Author
2020-06-08
Shell: Highlight redirections
AnotherTest
2020-05-30
Shell: Treat ^D as builtin_exit when not in a continuation
AnotherTest
2020-05-30
Shell: Correctly complete paths in redirections
AnotherTest
2020-05-27
Shell: Save the history when quitting via the exit builtin
AnotherTest
2020-05-27
Shell: Never assign equal job ids to two different jobs
AnotherTest
2020-05-27
Shell: Provide some information to inspectors
AnotherTest
2020-05-27
Shell: Avoid messing with sigaction while waiting for a child
AnotherTest
2020-05-27
LibLine: Use Core::EventLoop for outer read loop
AnotherTest
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
2020-05-25
LibLine: Change get_line to return a Result<String, Error>
AnotherTest
2020-05-25
Shell: Warn the user about active jobs on exit
AnotherTest
2020-05-25
Shell: Parse and correctly evaluate 'command &' and 'command &&'
AnotherTest
2020-05-25
Shell: Kill existing jobs when exiting
AnotherTest
2020-05-25
Shell: Add the `disown' shell builtin
AnotherTest
2020-05-23
Shell: Take whitespace into account when suggesting tokens
AnotherTest
2020-05-21
LibLine: Correctly track the completion start and end
AnotherTest
2020-05-21
Shell: Attach links to completed paths
AnotherTest
2020-05-20
LibLine: Unify completion hooks and adapt its users
AnotherTest
2020-05-18
LibLine: Handle unicode correctly
AnotherTest
2020-05-17
Shell: Treat builtin names as programs and suggest them
AnotherTest
2020-05-17
Shell: Print the full name of missing interpreters
Andreas Kling
2020-05-17
Shell: Switch to using Core::EventLoop
AnotherTest