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
Age
Commit message (
Expand
)
Author
2020-06-17
Meta: Scale back overly informal user-facing strings
Andreas Kling
2020-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-06-08
Shell: Highlight redirections
AnotherTest
2020-06-01
LibLine: Handle interrupts again
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-26
Userland et al: Pledge sigaction when needed
Sergey Bugaev
2020-05-25
Shell: Refuse to be suspended with ^Z
AnotherTest
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
2020-05-17
Shell: Patch most of the builtins to use Core::ArgsParser
AnotherTest
2020-05-17
Shell: Add job control capabilities
AnotherTest
2020-05-16
Shell: Properly handle parser syntax errors
Linus Groh
2020-05-16
Shell: Use DirIterator::SkipParentAndBaseDir
Shannon Booth
2020-05-15
Shell: Correct program stop behaviour
AnotherTest
2020-05-15
Shell: Print correct errno when execvp() fails
Sergey Bugaev
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-13
Shell: Break out of continuation when ^C is pressed
AnotherTest
2020-05-10
Shell: Hyperlink output from "pwd" and "dirs" built-ins :^)
Andreas Kling
2020-05-10
Shell: Support basic syntax highlighting
AnotherTest
2020-05-10
Shell: Parse comments
AnotherTest
2020-05-10
Shell: Include some metadata in parsed tokens and ask for continuation
AnotherTest
2020-05-04
Shell: Check for invalid #! in commands
Andrew Kaster
2020-04-30
Shell: Provide the correct invariant length to the line editor
AnotherTest
2020-04-30
Shell+LibLine: Handle escaped characters correctly
AnotherTest
2020-04-30
Shell: Correctly parse quoted filenames in redirection
AnotherTest
2020-04-27
Shell: use access() syscall to check if files are executable by user
Stephan Unverwerth
2020-04-26
Kernel: Added the ability to set the hostname via new syscall
Luke Payne
2020-04-21
LibCore: Make Core::File::open() return a Result<NNRP<File>, String>
Andreas Kling
2020-04-19
Shell: Correct suggestion of directories
AnotherTest
2020-04-19
LibLine: Allow suggestions to have trailing trivia strings
AnotherTest
2020-04-19
Shell: Don't return early if command is in PATH and a directory
Linus Groh
2020-04-19
Shell: Explicitly check if command is a directory
Linus Groh
[next]