mirror of
https://github.com/nushell/nushell.git
synced 2025-07-09 02:48:17 +02:00
.azure
.circleci
.github
.theia
crates
nu-cli
nu-data
nu-errors
src
lib.rs
Cargo.toml
nu-parser
nu-plugin
nu-protocol
nu-source
nu-table
nu-test-support
nu-value-ext
nu_plugin_binaryview
nu_plugin_fetch
nu_plugin_from_bson
nu_plugin_from_sqlite
nu_plugin_inc
nu_plugin_match
nu_plugin_post
nu_plugin_ps
nu_plugin_s3
nu_plugin_start
nu_plugin_sys
nu_plugin_textview
nu_plugin_to_bson
nu_plugin_to_sqlite
nu_plugin_tree
debian
docker
docs
images
pkg_mgrs
samples
src
tests
wix
.dockerignore
.editorconfig
.gitignore
.gitpod.Dockerfile
.gitpod.yml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Cargo.lock
Cargo.toml
LICENSE
Makefile.toml
README.build.txt
README.md
TODO.md
features.toml
rustfmt.toml
* initial * fold working * tests and cleanup * change command to reduce, with fold flag * move complex example to tests * add --numbered flag