|
2 | 2 | home: true |
3 | 3 | heroImage: null |
4 | 4 | heroText: Nushell |
5 | | -tagline: 新しいタイプのシェル。. |
6 | | -actionText: Get Started → |
| 5 | +tagline: 新しいタイプのシェル |
| 6 | +actionText: 始める → |
7 | 7 | actionLink: /ja/book/ |
8 | 8 | features: |
9 | | - - title: Powerful pipelines to control your system |
10 | | - details: Pipelines allow you to work with your system like never before. You are in control of the system, ready for your next command. |
11 | | - - title: Everything is data. |
12 | | - details: 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. |
13 | | - - title: Powerful Plugins |
14 | | - details: Nu can't come with everything you might want to do with it, so you can extend using its powerful plugin system. |
15 | | -footer: If you have suggestions or want to change something please give us feedback |
| 9 | + - title: あらゆるOSを制御するパイプライン |
| 10 | + details: Nuは、Linux、macOS、Windowsで動作します。一度身に付ければ、どこでも使えるようになります。 |
| 11 | + - title: すべてはデータである |
| 12 | + details: Nuパイプラインは構造化されたデータを使用するため、毎回同じ方法で安全に選択、フィルタリング、ソートを行うことができます。文字列をパースするのをやめて、問題を解決しましょう。 |
| 13 | + - title: 強力なプラグイン |
| 14 | + details: 強力なプラグインシステムを使って、Nuを簡単に拡張することができます。 |
16 | 15 | --- |
17 | 16 |
|
18 | | -### Quick Install |
| 17 | +<img src="/frontpage/ls-example.png" alt="Screenshot showing using the ls comman" class="hero"/> |
19 | 18 |
|
20 | | -#### Install Latest Version |
| 19 | +### Nu は既存のデータとの連携が可能 |
21 | 20 |
|
22 | | -Install the latest version from the [releases page](https://github.com/nushell/nushell/releases) |
| 21 | +Nu はでは[JSON, YAML, XML, Excel and more](/book/loading_data.html)を標準サポートしています。ファイル、データベース、Web API など、どのようなデータでも簡単に Nu パイプラインに取り込むことができます。 |
23 | 22 |
|
24 | | -From source on [crates.io](https://crates.io): |
| 23 | +<img src="/frontpage/fetch-example.png" alt="Screenshot showing fetch with a web API" class="hero"/> |
25 | 24 |
|
26 | | -```sh |
27 | | -$ cargo install nu |
28 | | -``` |
| 25 | +### Nu のエラーメッセージは非常に分かりやすい |
| 26 | + |
| 27 | +Nu は型付けされたデータを操作するので、他のシェルでは見つけられないバグを発見することができます。そして、壊れたときには、どこで、なぜ壊れたかを正確に教えてくれます。 |
29 | 28 |
|
30 | | -#### Install via Package Manager |
| 29 | +<img src="/frontpage/miette-example.png" alt="Screenshot showing Nu catching a type error" class="hero"/> |
31 | 30 |
|
32 | | -With [Homebrew](https://brew.sh/): |
| 31 | +## Nu をインストールする |
| 32 | + |
| 33 | +Nushell は、[バイナリのダウンロード](https://github.com/nushell/nushell/releases)、[パッケージマネージャによるインストール](https://repology.org/project/nushell/versions)、[ソースコードによるインストール](https://github.com/nushell/nushell)を提供しています。 [詳細なインストール方法](/book/installation.html)を読むかもしくは、下記のようにインストールすることもできます。 |
| 34 | + |
| 35 | +#### macOS / Linux: |
33 | 36 |
|
34 | 37 | ```sh |
35 | 38 | $ brew install nushell |
36 | 39 | ``` |
37 | 40 |
|
38 | | -With [Scoop](https://scoop.sh): |
| 41 | +#### Windows: |
39 | 42 |
|
40 | 43 | ```powershell |
41 | | -$ scoop install nu |
| 44 | +$ winget install nushell |
42 | 45 | ``` |
43 | 46 |
|
44 | | -#### Start the shell |
| 47 | +また、Windows ユーザーの方は、最新の[Microsoft Visual C++ Redistributable](https://docs.microsoft.com/cpp/windows/latest-supported-vc-redist)のインストールが必要になる場合があります。 |
45 | 48 |
|
46 | | -``` |
47 | | -$ nu |
48 | | -``` |
| 49 | +## Nu を Github Actions で利用する |
| 50 | + |
| 51 | +Github Actions で `Nushell` を使うこともできます。 [`setup-nu`](https://github.com/marketplace/actions/setup-nu) が用意されているので、それを使ってください。 |
| 52 | + |
| 53 | +## コミュニティ |
| 54 | + |
| 55 | +Nu に関する質問がある場合は[Discord](https://discord.gg/NtAbbGn)に参加してください! |
| 56 | + |
| 57 | +サイトの改善には、[フィードバック](<(https://github.com/nushell/nushell.github.io/issues)>)や[PR](<(https://github.com/nushell/nushell.github.io/pulls)>)をお寄せください。 |
0 commit comments