Linus Groh
|
fc09767872
Shell: Explicitly check if command is a directory
|
il y a 5 ans |
Stephan Unverwerth
|
f0fd85dc1b
Shell: Suggest local executables and directories
|
il y a 5 ans |
AnotherTest
|
c112f53357
Shell: Complete .hidden files if token starts with a dot
|
il y a 5 ans |
AnotherTest
|
d3e735f279
Shell: Avoid spamming debug output with suggestions
|
il y a 5 ans |
AnotherTest
|
2a460aa369
Shell: Do not manually write to the editor buffer when completing paths
|
il y a 5 ans |
AnotherTest
|
2fdce695d6
LibLine: Display suggestions and cycle between them
|
il y a 5 ans |
Andreas Kling
|
8ab576308f
LibLine: Rename LineEditor.{cpp,h} => Editor.{cpp,h}
|
il y a 5 ans |
Andreas Kling
|
6595469de1
LibLine: Rename LineEditor to Line::Editor
|
il y a 5 ans |
Andreas Kling
|
a30a3277a3
LibLine: Rename from LibLineEdit
|
il y a 5 ans |
AnotherTest
|
6f407fff32
LibLineEdit + Shell: Handle Termios internally and give a copy if asked
|
il y a 5 ans |
AnotherTest
|
5062a7d4cd
LibLinEdit + Shell: handle signals
|
il y a 5 ans |
AnotherTest
|
21c4c67119
Shell: Move LineEdit out and add it as a dependency
|
il y a 5 ans |
Andreas Kling
|
fb2be5c404
Shell: Shorten $HOME to '~' in shell prompts
|
il y a 5 ans |
Andreas Kling
|
5c37570dfc
Shell: Stop making shell history files world-readable
|
il y a 5 ans |
Shannon Booth
|
d0629d0a8c
Shell: More general tilde expansion
|
il y a 5 ans |
Shannon Booth
|
1ef3d4af69
Shell: Use starts_with() in expand_parameters
|
il y a 5 ans |
Shannon Booth
|
d806dfe801
Shell: Use size_t for SH_DEBUG vector iteration
|
il y a 5 ans |
Shannon Booth
|
0de2ead0e9
Shell: Validate only one directory is given to cd
|
il y a 5 ans |
Shannon Booth
|
d0fb816ac3
Shell: Implement a "cd history" (cdh) builtin
|
il y a 5 ans |
Andreas Kling
|
8f25dbf394
Shell: Fix silly stack overflow in 'cd' builtin
|
il y a 5 ans |
Andreas Kling
|
4a271430f8
Shell: Set up the PWD environment variable early
|
il y a 5 ans |
howar6hill
|
055344f346
AK: Move the wildcard-matching implementation to StringUtils
|
il y a 5 ans |
Andreas Kling
|
559a99c104
Shell: Don't pass nonsense options to waitpid()
|
il y a 5 ans |
Andreas Kling
|
ceec1a7d38
AK: Make Vector use size_t for its size and capacity
|
il y a 5 ans |
Shannon Booth
|
90f40a80f4
Shell: Make some functions const
|
il y a 5 ans |
Shannon Booth
|
859c1669f9
Shell: Add basic tilde expansion
|
il y a 5 ans |
Shannon Booth
|
20d9c431ce
Shell: Use SkipParentAndBaseDir flag in DirIterator
|
il y a 5 ans |
Andreas Kling
|
8262c1e662
Shell: Build prompt based on the PROMPT environment variable if present
|
il y a 5 ans |
Andreas Kling
|
d17e23bd27
LibCore: Remove leading C from filenames
|
il y a 5 ans |
Andreas Kling
|
2d39da5405
LibCore: Put all classes in the Core namespace and remove the leading C
|
il y a 5 ans |