issues
search
rgardner
/
bsh-rs
Bash-like shell (builtins, job control, piping) written in Rust
Apache License 2.0
4
stars
0
forks
source link
Add windows support
#22
Open
rgardner
opened
6 years ago
rgardner
commented
6 years ago
[x] research major differences between unix and Windows shells (e.g. job management)
[x] get MVP working on Windows (e.g. no job management, put nix usage behind
#[cfg(unix)]
)
[x] add Windows to CI
[ ] get parity between unix and windows
[ ] get all integration tests passing
[ ] implement
create_pipe
in
execute_command
#[cfg(unix)]
)create_pipe
inexecute_command