Andreas Kling
|
c50672a19d
Shell: Hyperlink output from "pwd" and "dirs" built-ins :^)
|
5 år sedan |
AnotherTest
|
6b674db855
Shell: Support basic syntax highlighting
|
5 år sedan |
AnotherTest
|
1d0d0e9d00
Shell: Parse comments
|
5 år sedan |
AnotherTest
|
a862c230b1
Shell: Include some metadata in parsed tokens and ask for continuation
|
5 år sedan |
Andrew Kaster
|
3cae4cee81
Shell: Check for invalid #! in commands
|
5 år sedan |
AnotherTest
|
0fb4a808ef
Shell: Provide the correct invariant length to the line editor
|
5 år sedan |
AnotherTest
|
a80ddf584f
Shell+LibLine: Handle escaped characters correctly
|
5 år sedan |
Stephan Unverwerth
|
13c122b8b2
Shell: use access() syscall to check if files are executable by user
|
5 år sedan |
Andreas Kling
|
a19690170f
LibCore: Make Core::File::open() return a Result<NNRP<File>, String>
|
5 år sedan |
AnotherTest
|
0e5191de49
Shell: Correct suggestion of directories
|
5 år sedan |
AnotherTest
|
cb3cf589ed
LibLine: Allow suggestions to have trailing trivia strings
|
5 år sedan |
Linus Groh
|
2623bd711b
Shell: Don't return early if command is in PATH and a directory
|
5 år sedan |
Linus Groh
|
fc09767872
Shell: Explicitly check if command is a directory
|
5 år sedan |
Stephan Unverwerth
|
f0fd85dc1b
Shell: Suggest local executables and directories
|
5 år sedan |
AnotherTest
|
c112f53357
Shell: Complete .hidden files if token starts with a dot
|
5 år sedan |
AnotherTest
|
d3e735f279
Shell: Avoid spamming debug output with suggestions
|
5 år sedan |
AnotherTest
|
2a460aa369
Shell: Do not manually write to the editor buffer when completing paths
|
5 år sedan |
AnotherTest
|
2fdce695d6
LibLine: Display suggestions and cycle between them
|
5 år sedan |
Andreas Kling
|
8ab576308f
LibLine: Rename LineEditor.{cpp,h} => Editor.{cpp,h}
|
5 år sedan |
Andreas Kling
|
6595469de1
LibLine: Rename LineEditor to Line::Editor
|
5 år sedan |
Andreas Kling
|
a30a3277a3
LibLine: Rename from LibLineEdit
|
5 år sedan |
AnotherTest
|
6f407fff32
LibLineEdit + Shell: Handle Termios internally and give a copy if asked
|
5 år sedan |
AnotherTest
|
5062a7d4cd
LibLinEdit + Shell: handle signals
|
5 år sedan |
AnotherTest
|
21c4c67119
Shell: Move LineEdit out and add it as a dependency
|
5 år sedan |
Andreas Kling
|
fb2be5c404
Shell: Shorten $HOME to '~' in shell prompts
|
5 år sedan |
Andreas Kling
|
5c37570dfc
Shell: Stop making shell history files world-readable
|
5 år sedan |
Shannon Booth
|
d0629d0a8c
Shell: More general tilde expansion
|
5 år sedan |
Shannon Booth
|
1ef3d4af69
Shell: Use starts_with() in expand_parameters
|
5 år sedan |
Shannon Booth
|
d806dfe801
Shell: Use size_t for SH_DEBUG vector iteration
|
5 år sedan |
Shannon Booth
|
0de2ead0e9
Shell: Validate only one directory is given to cd
|
5 år sedan |