- Dec 05, 2017
-
-
Michael Aaron Murphy authored
Command not found hook
-
Michael Aaron Murphy authored
Fix 627
-
Agustin Chiappe Berrini authored
-
* Start adding manpages * Add manpages for all builtins * Fix so that changes pass tests * Add ability for which to process more than one argument * Fix typo * Fixes * Fixes
-
* Start adding manpages * Add manpages for all builtins * Fix so that changes pass tests
-
- Dec 04, 2017
-
-
Replaces the app-dirs crate with the xdg crate
-
- Dec 03, 2017
-
-
Michael Aaron Murphy authored
Fixes "nighlty" typo.
-
Michael Aaron Murphy authored
Allow builtins in aliases
-
Coleman McFarland authored
During a pipeline execution, aliases are expanded and split into an Array. The first item in this array should be either a builtin or a command. If it is a builtin, assign the Job.builtin fn pointer field. Otherwise, assume the alias refers to a command. Fixes #622
-
William Forsyth authored
s/nighlty/nightly/
-
- Dec 01, 2017
-
-
Michael Aaron Murphy authored
This reverts commit daab4fb0.
-
-
- Nov 30, 2017
-
-
Michael Aaron Murphy authored
Resolves problems with 'alias ls = ls --color'
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
- Nov 29, 2017
-
-
Michael Aaron Murphy authored
Closes #610
-
Michael Aaron Murphy authored
Closes #607
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
Improve bad argument parsing of setup.ion
-
Michael Aaron Murphy authored
Add functions to manual
-
Dan Robertson authored
- Improve error handling of no options provided to the script - Make printing help on error more ergonomic
-
Agustin Chiappe Berrini authored
-
Michael Aaron Murphy authored
Merge `unescape` methods
-
Michael Aaron Murphy authored
Add `split_at` to the manual
-
Agustin Chiappe Berrini authored
-
Agustin Chiappe Berrini authored
-
- Nov 28, 2017
-
-
Michael Aaron Murphy authored
Update the disown command
-
Dan Robertson authored
- disown panics if - No arguments are provided to the command - No jobspec's are provided to the -r or -h options - disown does not have a help option
-
Michael Aaron Murphy authored
Closes #611 Closes #573
-
* Add builtin bool * Add variable support for builtin bool * Add builtin is
-
- Nov 27, 2017
-
-
https://github.com/redox-os/ion/issues/409
* Add builtin bool * Add variable support for builtin bool
-
- Nov 25, 2017
-
-
Michael Aaron Murphy authored
Test and refactor of array methods
-
The new status builtin accepts three arguments: - **-l**: returns true if the shell is a login shell. - **-i**: returns true if the shell is interactive. - **-f**: prints the filename of the currently running shell script or if there is none prints stdio.
-
Agustin Chiappe Berrini authored
Changes include: - e2e tests for array methods. - Make `run_examples.sh` tell you the difference on fail. - Unit tests for the `ArrayMethod` struct. - Small refactor to reduce code duplication. - Small refactor on `graphemes` to avoid cloning the structure.
-
- Nov 24, 2017
-
-
Michael Aaron Murphy authored
Update documentation of string methods.
-