No description
Find a file
2021-11-03 10:41:01 +01:00
.github/workflows
crates Remove unnecessary crate imports 2021-11-03 10:41:01 +01:00
src Add zip command 2021-11-02 18:28:28 +13:00
.gitignore
Cargo.lock Merge pull request #270 from elferherrera/plugins 2021-11-02 19:07:45 +13:00
Cargo.toml Merge branch 'main' of https://github.com/nushell/engine-q into plugins 2021-10-28 07:12:40 +01:00
LICENSE
README.md
TODO.md Add initial ctrl-c support 2021-10-28 17:13:10 +13:00

Engine-q

Engine-q is an experimental project to replace the core functionality in Nushell (parser, engine, protocol). It's still in an alpha state, and there is still a lot to do: please see TODO.md

If you'd like to help out, come join us on the discord or propose some work in an issue or PR draft. We're currently looking to begin porting Nushell commands to engine-q.

If you are interested in porting a command from Nushell to engine-q you are welcome to comment on this issue 242 with the command name you would like to port.