Commit History

作者 SHA1 備註 提交日期
  AnotherTest 12af65c1c9 Shell: Add support for ARGV (and $*, $#) 5 年之前
  Mathieu PATUREL 0622b60fbd Shell: factor out updating the path cache into a function. 5 年之前
  Mathieu PATUREL 2b4b9d212e Shell: highlight runnable commands 5 年之前
  AnotherTest b6066faa1f Shell: Add a 'for' loop 5 年之前
  AnotherTest 151e4d41ed Shell: Put children in their own process groups and fix job control 5 年之前
  AnotherTest b0ce8d725a Shell: Move out run_commands and expand_aliases to be Shell member fns 5 年之前
  Tom 6dfd503518 Shell: Handle signals asynchronously 5 年之前
  Andreas Kling 1bc6bb0421 Shell: Run both /etc/shellrc and ~/.shellrc on startup 5 年之前
  AnotherTest 5cdb0ef2e5 Shell: Keep the TTY on the same pgroup to get tty signals 5 年之前
  AnotherTest 6d17fe38a4 Shell: Do not treat the absence of an init script as an error 5 年之前
  AnotherTest ff857cd358 Shell: Initial support for 'option' completions 5 年之前
  AnotherTest b8d1edb2a2 Shell: Add a 'setopt' builtin 5 年之前
  AnotherTest 3a37e8c56f Shell: Provide completions to Tilde and its Juxtaposition. 5 年之前
  AnotherTest bc3285abb0 Shell: Read and evaluate an init file on start 5 年之前
  AnotherTest 2915dcfcc3 Shell: Add the alias builtin and resolve aliases 5 年之前
  AnotherTest a4627f2439 Shell: Switch to a new parser and AST 5 年之前
  AnotherTest ce61cad933 Shell: Never assign equal job ids to two different jobs 5 年之前
  AnotherTest d582c03233 Shell: Provide some information to inspectors 5 年之前
  AnotherTest d5e9213683 Shell: Avoid messing with sigaction while waiting for a child 5 年之前
  AnotherTest bc9013f706 LibLine: Change get_line to return a Result<String, Error> 5 年之前
  AnotherTest b4ca563637 Shell: Warn the user about active jobs on exit 5 年之前
  AnotherTest 143be7234f Shell: Kill existing jobs when exiting 5 年之前
  AnotherTest 0d39418b0b Shell: Add the `disown' shell builtin 5 年之前
  AnotherTest 7fba21aefc LibLine: Unify completion hooks and adapt its users 5 年之前
  AnotherTest 1469d20e63 Shell: Treat builtin names as programs and suggest them 5 年之前
  AnotherTest a398898c12 Shell: Switch to using Core::EventLoop 5 年之前