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-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
2020-04-13
Shell: Suggest local executables and directories
Stephan Unverwerth
2020-04-13
Shell: Complete .hidden files if token starts with a dot
AnotherTest
2020-04-13
Shell: Avoid spamming debug output with suggestions
AnotherTest
2020-04-13
Shell: Do not manually write to the editor buffer when completing paths
AnotherTest
2020-04-11
LibLine: Display suggestions and cycle between them
AnotherTest
2020-03-31
LibLine: Rename LineEditor.{cpp,h} => Editor.{cpp,h}
Andreas Kling
2020-03-31
LibLine: Rename LineEditor to Line::Editor
Andreas Kling
2020-03-31
LibLine: Rename from LibLineEdit
Andreas Kling
2020-03-31
LibLineEdit + Shell: Handle Termios internally and give a copy if asked
AnotherTest
2020-03-31
LibLinEdit + Shell: handle signals
AnotherTest
2020-03-31
Shell: Move LineEdit out and add it as a dependency
AnotherTest
2020-03-30
Shell: Shorten $HOME to '~' in shell prompts
Andreas Kling
2020-03-30
Shell: Stop making shell history files world-readable
Andreas Kling
2020-03-22
Shell: More general tilde expansion
Shannon Booth
2020-03-22
Shell: Use starts_with() in expand_parameters
Shannon Booth
2020-03-22
Shell: Use size_t for SH_DEBUG vector iteration
Shannon Booth
2020-03-09
Shell: Validate only one directory is given to cd
Shannon Booth
2020-03-09
Shell: Implement a "cd history" (cdh) builtin
Shannon Booth
2020-03-07
Shell: Fix silly stack overflow in 'cd' builtin
Andreas Kling
2020-03-07
Shell: Set up the PWD environment variable early
Andreas Kling
2020-03-03
AK: Make quick_sort() a little more ergonomic
Andreas Kling
2020-03-02
AK: Move the wildcard-matching implementation to StringUtils
howar6hill
2020-03-01
Shell: Remove bogus assertion
Andreas Kling
2020-03-01
Shell: Handle the "delete" key correctly
Andreas Kling
2020-03-01
AK: Remove unnecessary casts to size_t, after Vector changes
Andreas Kling
2020-02-25
Shell: Don't pass nonsense options to waitpid()
Andreas Kling
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-22
Shell: Make some functions const
Shannon Booth
2020-02-22
Shell: Add basic tilde expansion
Shannon Booth
2020-02-15
Shell: Use SkipParentAndBaseDir flag in DirIterator
Shannon Booth
2020-02-10
Shell: Build prompt based on the PROMPT environment variable if present
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-01-27
Shell: If a command process is stopped, print the stop signal to stderr
Andreas Kling
2020-01-25
Shell: Don't start a new session in every new shell
Andreas Kling
[next]