summaryrefslogtreecommitdiff
path: root/Shell/main.cpp
AgeCommit message (Expand)Author
2020-07-06Shell: Keep the TTY on the same pgroup to get tty signalsAnotherTest
2020-07-06Shell: Handle the case where the child we're waiting for doesn't existAnotherTest
2020-07-06Shell: Do not treat the absence of an init script as an errorAnotherTest
2020-07-05Shell: Build as part of Lagom as wellAnotherTest
2020-07-05Shell: Read and evaluate an init file on startAnotherTest
2020-07-05Shell: Use ArgsParser for argument parsingAnotherTest
2020-07-05Shell: Switch to a new parser and ASTAnotherTest
2020-06-01LibLine: Handle interrupts againAnotherTest
2020-05-27Shell: Avoid messing with sigaction while waiting for a childAnotherTest
2020-05-27LibLine: Use Core::EventLoop for outer read loopAnotherTest
2020-05-26Userland et al: Pledge sigaction when neededSergey Bugaev
2020-05-25Shell: Refuse to be suspended with ^ZAnotherTest
2020-05-20LibLine: Unify completion hooks and adapt its usersAnotherTest
2020-05-17Shell: Switch to using Core::EventLoopAnotherTest
2020-05-17Shell: Patch most of the builtins to use Core::ArgsParserAnotherTest
2020-05-17Shell: Add job control capabilitiesAnotherTest
2020-05-16Shell: Properly handle parser syntax errorsLinus Groh
2020-05-16Shell: Use DirIterator::SkipParentAndBaseDirShannon Booth
2020-05-15Shell: Correct program stop behaviourAnotherTest
2020-05-15Shell: Print correct errno when execvp() failsSergey Bugaev
2020-05-13Shell: Break out of continuation when ^C is pressedAnotherTest
2020-05-10Shell: Hyperlink output from "pwd" and "dirs" built-ins :^)Andreas Kling
2020-05-10Shell: Support basic syntax highlightingAnotherTest
2020-05-10Shell: Parse commentsAnotherTest
2020-05-10Shell: Include some metadata in parsed tokens and ask for continuationAnotherTest
2020-05-04Shell: Check for invalid #! in commandsAndrew Kaster
2020-04-30Shell: Provide the correct invariant length to the line editorAnotherTest
2020-04-30Shell+LibLine: Handle escaped characters correctlyAnotherTest
2020-04-27Shell: use access() syscall to check if files are executable by userStephan Unverwerth
2020-04-21LibCore: Make Core::File::open() return a Result<NNRP<File>, String>Andreas Kling
2020-04-19Shell: Correct suggestion of directoriesAnotherTest
2020-04-19LibLine: Allow suggestions to have trailing trivia stringsAnotherTest
2020-04-19Shell: Don't return early if command is in PATH and a directoryLinus Groh
2020-04-19Shell: Explicitly check if command is a directoryLinus Groh
2020-04-13Shell: Suggest local executables and directoriesStephan Unverwerth
2020-04-13Shell: Complete .hidden files if token starts with a dotAnotherTest
2020-04-13Shell: Avoid spamming debug output with suggestionsAnotherTest
2020-04-13Shell: Do not manually write to the editor buffer when completing pathsAnotherTest
2020-04-11LibLine: Display suggestions and cycle between themAnotherTest
2020-03-31LibLine: Rename LineEditor.{cpp,h} => Editor.{cpp,h}Andreas Kling
2020-03-31LibLine: Rename LineEditor to Line::EditorAndreas Kling
2020-03-31LibLine: Rename from LibLineEditAndreas Kling
2020-03-31LibLineEdit + Shell: Handle Termios internally and give a copy if askedAnotherTest
2020-03-31LibLinEdit + Shell: handle signalsAnotherTest
2020-03-31Shell: Move LineEdit out and add it as a dependencyAnotherTest
2020-03-30Shell: Shorten $HOME to '~' in shell promptsAndreas Kling
2020-03-30Shell: Stop making shell history files world-readableAndreas Kling
2020-03-22Shell: More general tilde expansionShannon Booth
2020-03-22Shell: Use starts_with() in expand_parametersShannon Booth
2020-03-22Shell: Use size_t for SH_DEBUG vector iterationShannon Booth