Commit History

Author SHA1 Message Date
  AnotherTest ddbdd0e686 Shell: Do not remove more than 2 dashes from the option being completed 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 d6de2b5828 Shell: Show descriptions about syntax errors 5 years ago
  AnotherTest 034be8e74c Shell: Allow a command sequence to be delimited by newlines 5 years ago
  AnotherTest 639c1a1737 Shell: Build as part of Lagom as well 5 years ago
  AnotherTest 3a37e8c56f Shell: Provide completions to Tilde and its Juxtaposition. 5 years ago
  AnotherTest c5d0aa9a44 Shell: Allow commands in variables, and properly substitute them on use 5 years ago
  AnotherTest 8e078cf4ab Shell: Expand Juxtaposition of lists to list products 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 a6fd969d93 LibLine: Support multiline editing 5 years ago
  Andreas Kling 723f4e5ee6 Meta: Scale back overly informal user-facing strings 5 years ago
  Andreas Kling fdfda6dec2 AK: Make string-to-number conversion helpers return Optional 5 years ago
  AnotherTest 2714bba3f0 Shell: Highlight redirections 5 years ago
  AnotherTest 8c05e78b6c Shell: Treat ^D as builtin_exit when not in a continuation 5 years ago
  AnotherTest 77039e5354 Shell: Correctly complete paths in redirections 5 years ago
  AnotherTest abfcd7b1b8 Shell: Save the history when quitting via the exit builtin 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 70a213a6ec LibLine: Use Core::EventLoop for outer read loop 5 years ago
  Sergey Bugaev 602c3fdb3a AK: Rename FileSystemPath -> LexicalPath 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 c23c354779 Shell: Parse and correctly evaluate 'command &' and 'command &&' 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 2b3e9c28b2 Shell: Take whitespace into account when suggesting tokens 5 years ago