summaryrefslogtreecommitdiff
path: root/Shell/Shell.cpp
AgeCommit message (Expand)Author
2020-06-08Shell: Highlight redirectionsAnotherTest
2020-05-30Shell: Treat ^D as builtin_exit when not in a continuationAnotherTest
2020-05-30Shell: Correctly complete paths in redirectionsAnotherTest
2020-05-27Shell: Save the history when quitting via the exit builtinAnotherTest
2020-05-27Shell: Never assign equal job ids to two different jobsAnotherTest
2020-05-27Shell: Provide some information to inspectorsAnotherTest
2020-05-27Shell: Avoid messing with sigaction while waiting for a childAnotherTest
2020-05-27LibLine: Use Core::EventLoop for outer read loopAnotherTest
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
2020-05-25LibLine: Change get_line to return a Result<String, Error>AnotherTest
2020-05-25Shell: Warn the user about active jobs on exitAnotherTest
2020-05-25Shell: Parse and correctly evaluate 'command &' and 'command &&'AnotherTest
2020-05-25Shell: Kill existing jobs when exitingAnotherTest
2020-05-25Shell: Add the `disown' shell builtinAnotherTest
2020-05-23Shell: Take whitespace into account when suggesting tokensAnotherTest
2020-05-21LibLine: Correctly track the completion start and endAnotherTest
2020-05-21Shell: Attach links to completed pathsAnotherTest
2020-05-20LibLine: Unify completion hooks and adapt its usersAnotherTest
2020-05-18LibLine: Handle unicode correctlyAnotherTest
2020-05-17Shell: Treat builtin names as programs and suggest themAnotherTest
2020-05-17Shell: Print the full name of missing interpretersAndreas Kling
2020-05-17Shell: Switch to using Core::EventLoopAnotherTest