- Dec 14, 2017
-
-
Michael Aaron Murphy authored
-
- Dec 13, 2017
-
-
Michael Aaron Murphy authored
Add title bar setting, add ability to produce any character using hex code
-
Jeremy Soller authored
-
Michael Aaron Murphy authored
Fix errors with sys::execve on linux
-
Dan Robertson authored
-
Michael Aaron Murphy authored
A fix for #641
-
Michael Aaron Murphy authored
writeln!(stderr, ...) -> eprintln!
-
Michael Aaron Murphy authored
Add the exec builtin
-
Agustin Chiappe Berrini authored
While working in other tasks, I noticed that there's a rather inconsistent way to handle errors. In some places we use `eprintln!` and in others `writeln!` to standard error. It seems like the use of `writeln!` don't have an strong motive, as the output is always to standard error, the lock is always handled the same than `eprintln` and there's no obvious (to me) optimization, so I decided to use the more idiomatic `eprintln!` everywhere.
-
Dan Robertson authored
- Add the necessary functions to builtin - Add the necessary interfaces for the execve syscall - Add sys::unix::execve - Add sys::redox::execve
-
- Dec 11, 2017
-
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
This fix will ensure that comments within multi-line array assignments are properly handled within both the REPL and script executions. Closes #642
-
- Dec 09, 2017
-
-
Michael Aaron Murphy authored
To enable this option, use `set -o huponexit`. This will send **SIGHUP** to all background jobs when exiting the shell. If a background job is stopped, that job will be resumed with a **SIGCONT** before being sent a **SIGHUP**.
-
Michael Aaron Murphy authored
-
- Dec 08, 2017
-
-
* Disown using &! * Maybe did something hopefully?
-
* Fix rust-xdg * And update Cargo.lock, which I forgot. Sorry.
-
- Dec 07, 2017
-
-
Closes #552
-
- Dec 06, 2017
-
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
Add tests for builtin is
-
Sag0Sag0 authored
-
Michael Aaron Murphy authored
Make newlines in prompt display correctly
-
Chris Overcash authored
-
- Dec 05, 2017
-
-
Chris Overcash authored
-
Chris Overcash authored
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
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
-