並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 10 件 / 10件

新着順 人気順

nushellの検索結果1 - 10 件 / 10件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

nushellに関するエントリは10件あります。 shellrustgithub などが関連タグです。 人気エントリには 『GitHub - nushell/nushell: A new type of shell』などがあります。
  • GitHub - nushell/nushell: A new type of shell

    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

      GitHub - nushell/nushell: A new type of shell
    • 新しいシェル「NuShell」、知っていますか?

      2019年9月頃に公開された新たなインタラクティブシェルに「NuShell」がある。Rustで開発されており、macOSやLinuxのみならず、最初からWindowsにも対応している。5月14日(米国時間)、NuShellの開発者に行ったインタビューが「NuShell: the shell where traditional Unix meets modern development, written in Rust」として公開された。ここには、NuShellがどのような思想の下で開発されのかが、わかりやすくまとまっている。 NuShell - A new type of shell NuShellはパイプラインを構造化されたデータが移動するといった仕組みを取っている。データは基本的に表として移動していく仕組みになっているため、SQLインタプリタが動作しているようにも見える。UNIX系のコ

        新しいシェル「NuShell」、知っていますか?
      • NuShell: the shell where traditional Unix meets modern development, written in Rust

        NuShell: the shell where traditional Unix meets modern development, written in Rust We interviewed its creators We interviewed its creatorsShells have been around forever and, for better or for worse, haven’t changed much since their inception. Until NuShell appeared to reinvent shells and defy our muscle memory. It brought some big changes, which include rethinking how pipelines work, structured

          NuShell: the shell where traditional Unix meets modern development, written in Rust
        • Rust製のシェル Nushell を試してみた | DevelopersIO

          しばたです。 ブログのネタ探しのためにネットサーフィンをしていたところRust製のNushellと呼ばれるシェルがある事を知りました。 GitHub : nushell/nushell 作者によるイントロダクションは以下。 Introducing nushell (ドメイン失効済み) 代わりに公式ページのイントロダクションを記載 こちらのシェルは A modern shell for the GitHub era とあり、組み込みでGit連携できたりと新しめの機能を導入しているシェルなのですが、私が特に目を引いたのが、 (https://github.com/nushell/nushell より) Nu draws inspiration from projects like PowerShell, functional programming languages, and modern

            Rust製のシェル Nushell を試してみた | DevelopersIO
          • Nushell

            Pipelines to control any OSNu works on Linux, macOS, BSD, and Windows. Learn it once, then use it anywhere. Everything is dataNu pipelines use structured data so you can safely select, filter, and sort the same way every time. Stop parsing strings and start solving problems. Nu works with existing dataNu speaks JSON, YAML, SQLite, Excel, and more out of the box. It's easy to bring data into a Nu p

            • Nushell

              あらゆるOSを制御するパイプラインNuは、Linux、macOS、Windowsで動作します。一度身に付ければ、どこでも使えるようになります。 すべてはデータであるNuパイプラインは構造化されたデータを使用するため、毎回同じ方法で安全に選択、フィルタリング、ソートを行うことができます。文字列をパースするのをやめて、問題を解決しましょう。

              • Nushell Project

                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                  Nushell Project
                • nushell/README.md at main · nushell/nushell

                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                    nushell/README.md at main · nushell/nushell
                  • In praise of Nushell

                    I'm a little old school and spend a ton of time in the terminal; many programmers and data scientists are the same. The magic of pipes Most people will use the default shell that is installed on their system, either bash or zsh.1 Running commands is OK, but the real magic is when commands are designed to do one small thing well, and then you compose them together with pipes: # look for "hello" in

                    • Nushell: Cross-platform Shell That Gives You More Clarity on Error Messages

                      Nushell: Cross-platform Shell That Gives You More Clarity on Error Messages Brief: Nushell is a unique type of shell that provides easy-to-read error messages and offers cross-platform support. Find out more about it here. Even if you are not interested in using the terminal, the Linux terminal often makes some of the heavy lifting more effortless and lets you fix stuff. So, is safe to say that th

                        Nushell: Cross-platform Shell That Gives You More Clarity on Error Messages
                      1

                      新着記事