Historie revizí

Autor SHA1 Zpráva Datum
  Andreas Kling 0c6ce063e6 Shell: Print job status after suspending a command před 5 roky
  Andreas Kling d9aecc8e08 Shell: Remove unnecessary ignore() in Shell::custom_event() před 5 roky
  Andreas Kling 5bce0193de Shell: Make Job constructors private and use a create() helper před 5 roky
  Andreas Kling bf2cd9374c Shell: Make run_command() return a NonnullRefPtrVector<Job> před 5 roky
  AnotherTest 7b15c85ff5 Shell: Do not assume that stdin/stdout is a TTY před 5 roky
  AnotherTest 771751258e Shell: Give the TTY to the foreground process před 5 roky
  AnotherTest 1d08cab9ab Shell: Correct FdRedirection inheriting from two RefCounted bases před 5 roky
  Mathieu PATUREL 0622b60fbd Shell: factor out updating the path cache into a function. před 5 roky
  Mathieu PATUREL f6d4c4f02c Shell: update cached_path when adding aliases před 5 roky
  Mathieu PATUREL 2b4b9d212e Shell: highlight runnable commands před 5 roky
  asynts 707d92db61 Refactor: Change the AK::binary_search signature to use AK::Span. před 5 roky
  AnotherTest b6066faa1f Shell: Add a 'for' loop před 5 roky
  AnotherTest 95fc7dd03a Shell: Parse lists serially, and flatten them only when needed před 5 roky
  AnotherTest cd8495f1d4 Shell: Explicitly declare 'environ' to make the macOS Lagom build happy před 5 roky
  AnotherTest dc62371439 Shell: Avoid waiting for jobs that were *just* unblocked před 5 roky
  AnotherTest 151e4d41ed Shell: Put children in their own process groups and fix job control před 5 roky
  AnotherTest b0ce8d725a Shell: Move out run_commands and expand_aliases to be Shell member fns před 5 roky
  Tom 6dfd503518 Shell: Handle signals asynchronously před 5 roky
  AnotherTest 173effc88d Shell: Suggest aliases when completing program names :^) před 5 roky
  AnotherTest 5cdb0ef2e5 Shell: Keep the TTY on the same pgroup to get tty signals před 5 roky
  AnotherTest f9d3055691 Shell: Do not treat the ending newline as part of a comment před 5 roky
  AnotherTest 6d17fe38a4 Shell: Do not treat the absence of an init script as an error před 5 roky
  AnotherTest ddbdd0e686 Shell: Do not remove more than 2 dashes from the option being completed před 5 roky
  AnotherTest ff857cd358 Shell: Initial support for 'option' completions před 5 roky
  AnotherTest b8d1edb2a2 Shell: Add a 'setopt' builtin před 5 roky
  AnotherTest d6de2b5828 Shell: Show descriptions about syntax errors před 5 roky
  AnotherTest 034be8e74c Shell: Allow a command sequence to be delimited by newlines před 5 roky
  AnotherTest 639c1a1737 Shell: Build as part of Lagom as well před 5 roky
  AnotherTest 3a37e8c56f Shell: Provide completions to Tilde and its Juxtaposition. před 5 roky
  AnotherTest c5d0aa9a44 Shell: Allow commands in variables, and properly substitute them on use před 5 roky