はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    ChatGPT

『fish shell』

  • 人気
  • 新着
  • すべて
  • Fish 4.0: The Fish Of Theseus

    59 users

    fishshell.com

    About two years ago, our head maintainer @ridiculousfish opened what quickly became our most-read pull request: #9512 - Rewrite it in Rust Truth be told, we did not quite expect that to be as popular as it was. It was written as a bit of an in-joke for the fish developers first, and not really as a press release to be shared far and wide. We didn’t post it anywhere, but other people did, and we go

    • テクノロジー
    • 2024/12/29 12:25
    • Rust
    • shell
    • fish
    • あとで読む
    • C++
    • プログラミング
    • programming
    • fish: Frequently asked questions

      4 users

      fishshell.com

      Frequently asked questions¶ What is the equivalent to this thing from bash (or other shells)?¶ See Fish for bash users How do I set or clear an environment variable?¶ Use the set command: Since fish 3.1 you can set an environment variable for just one command using the key=value some command syntax, like in other shells. The two lines below behave identically - unlike other shells, fish will outpu

      • 暮らし
      • 2016/03/04 20:16
      • Design — fish-shell 4.0.2 documentation

        8 users

        fishshell.com

        Design¶ This is a description of the design principles that have been used to design fish. The fish design has three high level goals. These are: Everything that can be done in other shell languages should be possible to do in fish, though fish may rely on external commands in doing so. Fish should be user-friendly, but not at the expense of expressiveness. Most tradeoffs between power and ease of

        • テクノロジー
        • 2016/02/16 20:19
        • linux
        • design
        • あとで読む
        • Commands — fish-shell 4.1.2 documentation

          3 users

          fishshell.com

          Commands¶ This is a list of all the commands fish ships with. Broadly speaking, these fall into a few categories: Keywords¶ Core language keywords that make up the syntax, like if and else for conditions. for and while for loops. break and continue to control loops. function to define functions. return to return a status from a function. begin to begin a block and end to end any block (including i

          • テクノロジー
          • 2015/07/31 14:37
          • fish: Tutorial

            14 users

            fishshell.com

            Tutorial¶ Why fish?¶ Fish is a fully-equipped command line shell (like bash or zsh) that is smart and user-friendly. Fish supports powerful features like syntax highlighting, autosuggestions, and tab completions that just work, with nothing to learn or configure. If you want to make your command line more productive, more useful, and more fun, without learning a bunch of arcane syntax and configur

            • テクノロジー
            • 2014/04/07 17:13
            • fish
            • Introduction — fish-shell 4.1.2 documentation

              5 users

              fishshell.com

              Introduction¶ This is the documentation for fish, the friendly interactive shell. A shell is a program that helps you operate your computer by starting other programs. fish offers a command-line interface focused on usability and interactive use. Some of the special features of fish are: Extensive UI: Syntax highlighting, Autosuggestions, tab completion and selection lists that can be navigated an

              • テクノロジー
              • 2014/01/21 14:06
              • fish shell

                5 users

                fishshell.com

                Finally, a command line shell for the 90s fish is a smart and user-friendly command line shell for Linux, macOS, and the rest of the family. fish will delight you with features like tab completions and syntax highlighting that just work. It will make you exclaim "Of course fish does that!".

                • テクノロジー
                • 2013/10/28 22:36
                • shell
                • linux
                • fish shell

                  199 users

                  fishshell.com

                  Finally, a command line shell for the 90s fish is a smart and user-friendly command line shell for Linux, macOS, and the rest of the family. fish will delight you with features like tab completions and syntax highlighting that just work. It will make you exclaim "Of course fish does that!".

                  • 暮らし
                  • 2011/09/01 01:01
                  • shell
                  • fish
                  • linux
                  • sh
                  • unix
                  • terminal
                  • command
                  • commandline
                  • software
                  • Mac
                  • fish shell

                    3 users

                    fishshell.com

                    Finally, a command line shell for the 90s fish is a smart and user-friendly command line shell for Linux, macOS, and the rest of the family. fish will delight you with features like tab completions and syntax highlighting that just work. It will make you exclaim "Of course fish does that!".

                    • テクノロジー
                    • 2011/06/09 11:19
                    • CentOS

                    このページはまだ
                    ブックマークされていません

                    このページを最初にブックマークしてみませんか?

                    『fish shell』の新着エントリーを見る

                    キーボードショートカット一覧

                    j次のブックマーク

                    k前のブックマーク

                    lあとで読む

                    eコメント一覧を開く

                    oページを開く

                    はてなブックマーク

                    • 総合
                    • 一般
                    • 世の中
                    • 政治と経済
                    • 暮らし
                    • 学び
                    • テクノロジー
                    • エンタメ
                    • アニメとゲーム
                    • おもしろ
                    • アプリ・拡張機能
                    • 開発ブログ
                    • ヘルプ
                    • お問い合わせ
                    • ガイドライン
                    • 利用規約
                    • プライバシーポリシー
                    • 利用者情報の外部送信について
                    • ガイドライン
                    • 利用規約
                    • プライバシーポリシー
                    • 利用者情報の外部送信について

                    公式Twitter

                    • 公式アカウント
                    • ホットエントリー

                    はてなのサービス

                    • はてなブログ
                    • はてなブログPro
                    • 人力検索はてな
                    • はてなブログ タグ
                    • はてなニュース
                    • ソレドコ
                    • App Storeからダウンロード
                    • Google Playで手に入れよう
                    Copyright © 2005-2025 Hatena. All Rights Reserved.
                    設定を変更しましたx