mirror of
https://github.com/nushell/nushell.git
synced 2025-02-16 10:32:29 +01:00
I'm gonna use a VecDeque now instead of trying to get async streams working to make progress, but the intent is that we should be able to use async streams in and out to interleave the work better.
93 lines
795 B
Plaintext
93 lines
795 B
Plaintext
hello
|
|
ps
|
|
ls
|
|
ps
|
|
ls
|
|
ps
|
|
ls
|
|
cargo install cargo-edit
|
|
ls
|
|
ls | foo | bar
|
|
ls
|
|
ls | ap
|
|
ls ab cd
|
|
ls ab cd | de
|
|
ls ab cd | grep 1243
|
|
ls ab cd|grep 1243
|
|
ls
|
|
hello world
|
|
hello world | zomg
|
|
ls
|
|
ls | zomgt
|
|
ls | zomg
|
|
ls soms
|
|
ls something
|
|
ls something | grep
|
|
dir
|
|
npm --help
|
|
cd target
|
|
dir
|
|
ls
|
|
cd target
|
|
cd ..
|
|
dir
|
|
cd target
|
|
cd ..
|
|
cd target
|
|
cd ..
|
|
ls
|
|
dir
|
|
cd target
|
|
ls
|
|
cd ..
|
|
ls
|
|
cd target
|
|
cd ..
|
|
cd target
|
|
cd ..
|
|
cd target
|
|
cd ..
|
|
cd target
|
|
cd ..
|
|
cd target
|
|
cd ..
|
|
cd target
|
|
cd ..
|
|
cd target
|
|
cd ..
|
|
ls
|
|
cd target
|
|
cd ..
|
|
cargo build
|
|
cargo build --verbose
|
|
ls
|
|
cargo
|
|
cargo build
|
|
cargo run
|
|
git status
|
|
git add .
|
|
git commit
|
|
git push
|
|
git status
|
|
git add .
|
|
git commit
|
|
git push
|
|
git config --global core.autocrlf input
|
|
git config
|
|
ls
|
|
cd target
|
|
ls
|
|
cd target
|
|
cd ..
|
|
cd target
|
|
ls
|
|
git status
|
|
git add .
|
|
git commit
|
|
git push
|
|
cd target
|
|
cd ..
|
|
exit
|
|
ls
|
|
ps
|