Commit History

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