- Jun 10, 2019
-
-
- Mar 20, 2019
-
-
- Mar 18, 2019
-
-
Pablo Orduna authored
-
- Feb 18, 2019
- Feb 12, 2019
-
-
- Nov 02, 2018
-
-
Michael Aaron Murphy authored
-
- Oct 21, 2018
-
-
Michael Aaron Murphy authored
-
- Aug 03, 2018
-
-
Dieter Konrad authored
-
- Jun 30, 2018
-
-
Michael Aaron Murphy authored
-
- Jun 17, 2018
-
-
Michael Aaron Murphy authored
-
- Jun 10, 2018
-
-
BafDyce authored
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
- Apr 28, 2018
-
-
Michael Aaron Murphy authored
-
- Feb 12, 2018
-
-
Chris Barrett authored
-
- Jan 31, 2018
-
-
braco authored
-
- Jan 04, 2018
-
-
its-suun authored
-
- Dec 06, 2017
-
-
Michael Aaron Murphy authored
-
- Dec 05, 2017
-
-
Michael Aaron Murphy authored
-
- Nov 03, 2017
-
-
Michael Aaron Murphy authored
-
- Sep 18, 2017
-
-
Nightly is required for compiling
-
- Aug 24, 2017
-
-
- 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 09, 2017
-
-
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.
-
- Jul 21, 2017
-
-
Michael Aaron Murphy authored
I will be updating this manual in the coming week or so until it fully documents every aspect of Ion to end users.
-
- Jul 16, 2017
-
-
Chen Rotem Levy authored
misplaced ']'
-
- Jul 09, 2017
-
-
Michael Aaron Murphy authored
- Job control is now complete for non-redox unix systems. - The fg command now works We need to do a lot of refactoring now to clean this up though.
-
-
- Jul 08, 2017
-
-
Michael Aaron Murphy authored
- The `SIGHUP` command is now being handled. - The `disown` builtin can specify which jobs should ignore `SIGHUP`. - The `disown` command will also prevent jobs from being terminated when the shell exits. - The `suspend` command will send a `SIGSTOP` to the shell to stop it.
-
- Jul 02, 2017
-
-
* Use signal constants from libc Instead of hardcoding numbers, which causes portability issues. In particular, SIGTSTP is not 20 on FreeBSD. * Remove pid offset
-
- Jul 01, 2017
-
-
Michael Aaron Murphy authored
-
- Jun 25, 2017
-
-
Michael Aaron Murphy authored
-
- Jun 23, 2017
-
-
- Jun 22, 2017
-
-
Michael Aaron Murphy authored
-
- Jun 21, 2017
-
-
Michael Aaron Murphy authored
-
- Jun 18, 2017
-
-
Michael Aaron Murphy authored
Only allow implicit cd if the path starts with either a '.' or '/'; or ends with a '/'.
-