- Aug 23, 2017
-
-
Michael Aaron Murphy authored
- SWD: Simplified Working Directory -- the default that most prompts use - MWD: Minified Working Directory -- the default that Fish uses
-
Michael Aaron Murphy authored
- We now have a setup.ion script for performing more advanced setup/installations. - If the documentation is installed, it is accessible via the ion-docs builtin. - This requires that the user specifies a BROWSER variable - Fixed a bug with the quote terminator
-
- Aug 19, 2017
-
-
Jeremy Soller authored
-
- Aug 17, 2017
-
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
-
Michael Aaron Murphy authored
- The 'c' namespace is now a shorthand for 'color' - Hexadecimal color notations now require to be prefixed with '0x' - Decimal notations are now supported for specifying 256-bit colors echo ${c::32bg,0x4b}
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
Colors are defined via hexadecimal values. IE: 4E or 4Ebg
-
- Aug 16, 2017
-
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
Try the following out in the prompt: echo ${color::magenta,whitebg}Magenta text with a white background.
-
Michael Aaron Murphy authored
Fix syntax error in src/shell/variables.rs
-
Fabian Würfl authored
introduced by c1fdd5e8
-
Michael Aaron Murphy authored
-
Jeremy Soller authored
-
- Aug 15, 2017
-
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
Fix broken & missing links in documentation
-
Fabian Würfl authored
-
Fabian Würfl authored
Commit 285993d4 (#499) reformatted the manual (changed directory structure) without updating all references to other pages within the documentation. Additionally, obsolete files are deleted.
-
Michael Aaron Murphy authored
Reformatted Manual based on Rust book (2ed.)
-
Jeff Warner authored
- Aug 11, 2017
-
-
Jeremy Soller authored
-
- Aug 09, 2017
-
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
The current API is subject to change, however, as the current feature set is a bit limited. However, you can test out the existing support by installing the new git plugin, which is recorded at the bottom of the newly-updated README.
-
- Aug 07, 2017
-
-
Michael Aaron Murphy authored
Try it out with the following: echo ${env::PATH}
-
Michael Aaron Murphy authored
Remove POST_MATHEXPR flag when encountered
-
Hunter Goldstein authored
-
- Aug 03, 2017
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Michael Aaron Murphy authored
-
- Aug 02, 2017
-
-
Michael Aaron Murphy authored
Forgot to add this to the last commit, so this is the cause of the error
-
Michael Aaron Murphy authored
Also enables background functions, but there's an issue with the shell hanging when a function is sent to te background
-
Michael Aaron Murphy authored
-
* Replaced non-testing 'ExpanderFunctions' with 'Expander' * Remove ExpanderFunction in tests * Replace macros with struct * Add XXX for tilde, soften language
-
Michael Aaron Murphy authored
A `RefinedJob` may now be either an `External`, `Builtin`, or `Function`. The output of an executed pipeline'd function may now be piped into the next command. There are some ways that this could be improved though, such as enabling the last argument to be an array, and being able to set the exit status of the function.
-