Commit Verlauf

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