Skip to content

Latest commit

 

History

History
 
 

zh-cn

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
home heroImage heroText tagline actionText actionLink features footer
true
Nushell
新型的Shell
点击了解更多
/zh-cn/book/
title details
Powerful pipelines to control your system
Pipelines allow you to work with your system like never before. You are in control of the system, ready for your next command.
title details
Everything is data.
Rather than having the need to remember all the parameters to all the commands, we can just use the same, regardless of where it came from.
title details
Powerful Plugins
Nu can't come with everything you might want to do with it, so you can extend using its powerful plugin system.
If you have suggestions or want to change something please give us feedback

快速安装

下载最新版本的 Nushell (二进制文件)

请从 GitHub releases page 下载最新版本的 Nushell 二进制文件

自行编译(使用 Rust 工具链)

请确保你知道什么是 Rust 工具链以及 Cargo 再进行此步操作! 自行编译来自 crates.io 的源代码:

$ cargo install nu

通过包管理器安装

使用 Homebrew(MacOS & Linux) 进行安装:

$ brew install nushell

使用 Scoop(Windows):

$ scoop install nu

开始你的 Nushell 旅程吧!

$ nu