Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ features:
details: It's easy to extend Nu using a powerful plugin system.
---

<img src="/frontpage/ls-example.png" alt="Screenshot showing using the ls comman" class="hero"/>
<img src="https://www.nushell.sh/frontpage/ls-example.png" alt="Screenshot showing using the ls comman" class="hero"/>

### Nu works with existing data

Nu speaks [JSON, YAML, SQLite, Excel, and more](/book/loading_data.html) out of the box. It's easy to bring data into a Nu pipeline whether it's in a file, a database, or a web API:

<img src="/frontpage/fetch-example.png" alt="Screenshot showing fetch with a web API" class="hero"/>
<img src="https://www.nushell.sh/frontpage/fetch-example.png" alt="Screenshot showing fetch with a web API" class="hero"/>

### Nu has great error messages

Nu operates on typed data, so it catches bugs that other shells don't. And when things break, Nu tells you exactly where and why:

<img src="/frontpage/miette-example.png" alt="Screenshot showing Nu catching a type error" class="hero"/>
<img src="https://www.nushell.sh/frontpage/miette-example.png" alt="Screenshot showing Nu catching a type error" class="hero"/>

## Get Nu

Expand Down
6 changes: 3 additions & 3 deletions de/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ features:
details: Nu kann dank des leistungsfähigen Plugin-Systems einfach erweitert werden.
---

<img src="/frontpage/ls-example.png" alt="Screenshot zeigt die Verwendung des ls-Befehls" class="hero"/>
<img src="https://www.nushell.sh/frontpage/ls-example.png" alt="Screenshot zeigt die Verwendung des ls-Befehls" class="hero"/>

### Nu funktioniert mit existierenden Daten

Nu versteht [JSON, YAML, XML, Excel und noch mehr](/book/loading_data.html). Es ist einfach Daten in eine Nu Pipeline zu laden ganz egal ob diese in einer Datei, einer Datenbank oder einer Web-API liegen:

<img src="/frontpage/fetch-example.png" alt="Screenshot zeigt das Laden von Daten von einer Web-API" class="hero"/>
<img src="https://www.nushell.sh/frontpage/fetch-example.png" alt="Screenshot zeigt das Laden von Daten von einer Web-API" class="hero"/>

### Nu hat tolle Fehlermeldungen

Nu arbeitet mit typisierten Daten, wodurch Fehler abgefangen werden, die andere Shells nicht erkennen. Und falls etwas schiefgeht bekommt genau mitgeteilt wo und weshalb:

<img src="/frontpage/miette-example.png" alt="Screenshot zeigt eine Fehlermeldung, wenn Nu einen type error abfängt" class="hero"/>
<img src="https://www.nushell.sh/frontpage/miette-example.png" alt="Screenshot zeigt eine Fehlermeldung, wenn Nu einen type error abfängt" class="hero"/>

## Nu installieren

Expand Down
6 changes: 3 additions & 3 deletions ja/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ features:
details: 強力なプラグインシステムを使って、Nuを簡単に拡張することができます。
---

<img src="/frontpage/ls-example.png" alt="Screenshot showing using the ls comman" class="hero"/>
<img src="https://www.nushell.sh/frontpage/ls-example.png" alt="Screenshot showing using the ls comman" class="hero"/>

### Nu は既存のデータとの連携が可能

Nu はでは[JSON, YAML, XML, Excel and more](/book/loading_data.html)を標準サポートしています。ファイル、データベース、Web API など、どのようなデータでも簡単に Nu パイプラインに取り込むことができます。

<img src="/frontpage/fetch-example.png" alt="Screenshot showing fetch with a web API" class="hero"/>
<img src="https://www.nushell.sh/frontpage/fetch-example.png" alt="Screenshot showing fetch with a web API" class="hero"/>

### Nu のエラーメッセージは非常に分かりやすい

Nu は型付けされたデータを操作するので、他のシェルでは見つけられないバグを発見することができます。そして、壊れたときには、どこで、なぜ壊れたかを正確に教えてくれます。

<img src="/frontpage/miette-example.png" alt="Screenshot showing Nu catching a type error" class="hero"/>
<img src="https://www.nushell.sh/frontpage/miette-example.png" alt="Screenshot showing Nu catching a type error" class="hero"/>

## Nu をインストールする

Expand Down
2 changes: 1 addition & 1 deletion tr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ features:
details: It's easy to extend Nu using a powerful plugin system.
---

<img src="/frontpage/ls-example.png" alt="Screenshot showing using the ls comman" class="hero"/>
<img src="https://www.nushell.sh/frontpage/ls-example.png" alt="Screenshot showing using the ls comman" class="hero"/>

### Nu works with existing data

Expand Down
6 changes: 3 additions & 3 deletions zh-CN/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ features:
details: 具备强大的插件系统,Nu 可以轻松扩展。
---

<img src="/frontpage/ls-example.png" alt="Screenshot showing using the ls comman" class="hero"/>
<img src="https://www.nushell.sh/frontpage/ls-example.png" alt="Screenshot showing using the ls comman" class="hero"/>

### Nu 可以与现有数据一起工作

Nu 开箱即用支持 [JSON、YAML、SQLite、Excel 等](/zh-CN/book/loading_data.html)。无论是文件、数据库还是网络 API 中的数据,都可以很容易地引入 Nu 管道:

<img src="/frontpage/fetch-example.png" alt="Screenshot showing fetch with a web API" class="hero"/>
<img src="https://www.nushell.sh/frontpage/fetch-example.png" alt="Screenshot showing fetch with a web API" class="hero"/>

### Nu 有很棒的错误反馈

Nu 在类型化的数据上操作,所以它能捕捉到其他 Shell 无法捕捉到的 Bug。当意外发生时,Nu 会告诉你确切的位置和原因:

<img src="/frontpage/miette-example.png" alt="Screenshot showing Nu catching a type error" class="hero"/>
<img src="https://www.nushell.sh/frontpage/miette-example.png" alt="Screenshot showing Nu catching a type error" class="hero"/>

## 获取 Nu

Expand Down