[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-1872":3},{"id":4,"name":5,"fullName":6,"owner":5,"repo":5,"description":7,"homepage":8,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":15,"forks30d":15,"starsTrendScore":19,"compositeScore":20,"rankGlobal":9,"rankLanguage":9,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":24,"hasPages":22,"topics":25,"createdAt":9,"pushedAt":9,"updatedAt":30,"readmeContent":31,"aiSummary":32,"trendingCount":15,"starSnapshotCount":15,"syncStatus":33,"lastSyncTime":34,"discoverSource":35},1872,"fish-shell","fish-shell\u002Ffish-shell","The user-friendly command line shell.","https:\u002F\u002Ffishshell.com",null,"Rust",33651,2311,278,501,0,11,58,267,49,120,"Other",false,"master",true,[26,27,28,29],"fish","rust","shell","terminal","2026-06-12 04:00:11",".. |Cirrus CI| image:: https:\u002F\u002Fapi.cirrus-ci.com\u002Fgithub\u002Ffish-shell\u002Ffish-shell.svg?branch=master\n      :target: https:\u002F\u002Fcirrus-ci.com\u002Fgithub\u002Ffish-shell\u002Ffish-shell\n      :alt: Cirrus CI Build Status\n\n`fish \u003Chttps:\u002F\u002Ffishshell.com\u002F>`__ - the friendly interactive shell |Build Status| |Cirrus CI|\n=============================================================================================\n\nfish is a smart and user-friendly command line shell for macOS, Linux,\nand the rest of the family. fish includes features like syntax\nhighlighting, autosuggest-as-you-type, and fancy tab completions that\njust work, with no configuration required.\n\nFor downloads, screenshots and more, go to https:\u002F\u002Ffishshell.com\u002F.\n\nQuick Start\n-----------\n\nfish generally works like other shells, like bash or zsh. A few\nimportant differences can be found at\nhttps:\u002F\u002Ffishshell.com\u002Fdocs\u002Fcurrent\u002Ftutorial.html by searching for the\nmagic phrase “unlike other shells”.\n\nDetailed user documentation is available by running ``help`` within\nfish, and also at https:\u002F\u002Ffishshell.com\u002Fdocs\u002Fcurrent\u002Findex.html\n\nGetting fish\n------------\n\nmacOS\n~~~~~\n\nfish can be installed:\n\n-  using `Homebrew \u003Chttp:\u002F\u002Fbrew.sh\u002F>`__: ``brew install fish``\n-  using `MacPorts \u003Chttps:\u002F\u002Fwww.macports.org\u002F>`__:\n   ``sudo port install fish``\n-  using the `installer from fishshell.com \u003Chttps:\u002F\u002Ffishshell.com\u002F>`__\n-  as a `standalone app from fishshell.com \u003Chttps:\u002F\u002Ffishshell.com\u002F>`__\n\nNote: The minimum supported macOS version is 10.12.\n\nPackages for Linux\n~~~~~~~~~~~~~~~~~~\n\nPackages for Debian, Fedora, openSUSE, and Red Hat Enterprise\nLinux\u002FCentOS are available from the `openSUSE Build\nService \u003Chttps:\u002F\u002Fsoftware.opensuse.org\u002Fdownload.html?project=shells%3Afish&package=fish>`__.\n\nPackages for Ubuntu are available from the `fish\nPPA \u003Chttps:\u002F\u002Flaunchpad.net\u002F~fish-shell\u002F+archive\u002Fubuntu\u002Frelease-4>`__,\nand can be installed using the following commands:\n\n::\n\n   sudo apt-add-repository ppa:fish-shell\u002Frelease-4\n   sudo apt update\n   sudo apt install fish\n\nInstructions for other distributions may be found at\n`fishshell.com \u003Chttps:\u002F\u002Ffishshell.com>`__.\n\nWindows\n~~~~~~~\n\n-  On Windows 10\u002F11, fish can be installed under the WSL Windows Subsystem\n   for Linux with the instructions for the appropriate distribution\n   listed above under “Packages for Linux”, or from source with the\n   instructions below.\n-  Fish can also be installed on all versions of Windows using\n   `Cygwin \u003Chttps:\u002F\u002Fcygwin.com\u002F>`__ or `MSYS2 \u003Chttps:\u002F\u002Fgithub.com\u002FBerrysoft\u002Ffish-msys2>`__.\n\nBuilding from source\n~~~~~~~~~~~~~~~~~~~~\n\nIf packages are not available for your platform, GPG-signed tarballs are\navailable from `fishshell.com \u003Chttps:\u002F\u002Ffishshell.com\u002F>`__ and\n`fish-shell on\nGitHub \u003Chttps:\u002F\u002Fgithub.com\u002Ffish-shell\u002Ffish-shell\u002Freleases>`__. See the\n`Building \u003C#building>`_ section for instructions.\n\nRunning fish\n------------\n\nOnce installed, run ``fish`` from your current shell to try fish out!\n\nDependencies\n~~~~~~~~~~~~\n\nRunning fish requires:\n\n-  some common \\*nix system utilities (currently ``mktemp``), in\n   addition to the basic POSIX utilities (``cat``, ``cut``, ``dirname``,\n   ``ls``, ``mkdir``, ``mkfifo``, ``rm``, ``sh``, ``sort``, ``tee``, ``tr``,\n   ``uname`` and ``sed`` at least, but the full coreutils plus ``find`` and\n   ``awk`` is preferred)\n\nThe following optional features also have specific requirements:\n\n-  builtin commands that have the ``--help`` option or print usage\n   messages require ``man`` for display\n-  automated completion generation from manual pages requires Python 3.5+\n-  the ``fish_config`` web configuration tool requires Python 3.5+ and a web browser\n-  the :ref:`alt-o \u003Cshared-binds-alt-o>` binding requires the ``file`` program.\n-  system clipboard integration (with the default Ctrl-V and Ctrl-X\n   bindings) require either the ``xsel``, ``xclip``,\n   ``wl-copy``\u002F``wl-paste`` or ``pbcopy``\u002F``pbpaste`` utilities\n-  full completions for ``yarn`` and ``npm`` require the\n   ``all-the-package-names`` NPM module\n-  ``colorls`` is used, if installed, to add color when running ``ls`` on platforms\n   that do not have color support (such as OpenBSD)\n\nBuilding\n--------\n\nDependencies\n~~~~~~~~~~~~\n\nCompiling fish requires:\n\n-  Rust (version 1.85 or later), including cargo\n-  CMake (version 3.15 or later)\n-  a C compiler (for system feature detection and the test helper binary)\n-  PCRE2 (headers and libraries) - optional, this will be downloaded if missing\n-  gettext (only the msgfmt tool) - optional, for translation support\n-  an Internet connection, as other dependencies will be downloaded automatically\n\nSphinx is also optionally required to build the documentation from a\ncloned git repository.\n\nAdditionally, running the full test suite requires diff, git, Python 3.5+, pexpect, less, tmux and wget.\n\nBuilding from source with CMake\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nRather than building from source, consider using a packaged build for your platform. Using the\nsteps below makes fish difficult to uninstall or upgrade. Release packages are available from the\nlinks above, and up-to-date `development builds of fish are available for many platforms\n\u003Chttps:\u002F\u002Fgithub.com\u002Ffish-shell\u002Ffish-shell\u002Fwiki\u002FDevelopment-builds>`__\n\nTo install into ``\u002Fusr\u002Flocal``, run:\n\n.. code:: shell\n\n   mkdir build; cd build\n   cmake ..\n   cmake --build .\n   sudo cmake --install .\n\nThe install directory can be changed using the\n``-DCMAKE_INSTALL_PREFIX`` parameter for ``cmake``.\n\nCMake Build options\n~~~~~~~~~~~~~~~~~~~\n\nIn addition to the normal CMake build options (like ``CMAKE_INSTALL_PREFIX``), fish's CMake build has some other options available to customize it.\n\n- Rust_COMPILER=path - the path to rustc. If not set, cmake will check $PATH and ~\u002F.cargo\u002Fbin\n- Rust_CARGO=path - the path to cargo. If not set, cmake will check $PATH and ~\u002F.cargo\u002Fbin\n- Rust_CARGO_TARGET=target - the target to pass to cargo. Set this for cross-compilation.\n- WITH_DOCS=ON|OFF - whether to build the documentation. By default, this is ON when Sphinx is installed.\n- FISH_INDENT_FOR_BUILDING_DOCS - useful for cross-compilation.\n  Set this to the path to the ``fish_indent`` executable to use for building HTML docs.\n  By default, ``${CMAKE_BINARY_DIR}\u002Ffish_indent`` will be used.\n  If that's not runnable on the compile host,\n  you can build a native one with ``cargo build --bin fish_indent`` and set this to ``$PWD\u002Ftarget\u002Fdebug\u002Ffish_indent``.\n- FISH_USE_SYSTEM_PCRE2=ON|OFF - whether to use an installed pcre2. This is normally autodetected.\n- WITH_MESSAGE_LOCALIZATION=ON|OFF - whether to include translations.\n- extra_functionsdir, extra_completionsdir and extra_confdir - to compile in an additional directory to be searched for functions, completions and configuration snippets\n\nBuilding fish with Cargo\n~~~~~~~~~~~~~~~~~~~~~~~~\n\nYou can also build fish with Cargo.\nThis example uses `uv \u003Chttps:\u002F\u002Fgithub.com\u002Fastral-sh\u002Fuv>`__ to install Sphinx (which is used for man-pages and ``--help`` options).\nYou can also install Sphinx another way and drop the ``uv run --no-managed-python`` prefix.\n\n.. code:: shell\n\n    git clone https:\u002F\u002Fgithub.com\u002Ffish-shell\u002Ffish-shell\n    cd fish-shell\n\n    # Optional: check out a specific version rather than building the latest\n    # development version.\n    git checkout \"$(git for-each-ref refs\u002Ftags\u002F | awk '$2 == \"tag\" { print $3 }' | tail -1)\"\n\n    uv run --no-managed-python \\\n        cargo install --path .\n\nThis will place standalone binaries in ``~\u002F.cargo\u002Fbin\u002F``, but you can move them wherever you want.\n\nTo disable translations, disable the ``localize-messages`` feature by passing ``--no-default-features --features=embed-manpages`` to cargo.\n\nYou can also link this build statically (but not against glibc) and move it to other computers.\n\nHere are the remaining advantages of a full installation, as currently done by CMake:\n\n- Man pages like ``fish(1)`` installed in standard locations, easily accessible from outside fish.\n- Separate files for builtins (e.g. ``$PREFIX\u002Fshare\u002Ffish\u002Fman\u002Fman1\u002Fabbr.1``).\n- A local copy of the HTML documentation, typically accessed via the ``help`` fish function.\n  In Cargo builds, ``help`` will redirect to `\u003Chttps:\u002F\u002Ffishshell.com\u002Fdocs\u002Fcurrent\u002F>`__\n- Ability to use our CMake options extra_functionsdir, extra_completionsdir and extra_confdir,\n  (also recorded in ``$PREFIX\u002Fshare\u002Fpkgconfig\u002Ffish.pc``)\n  which are used by some package managers to house third-party completions.\n  Regardless of build system, fish uses ``$XDG_DATA_DIRS\u002F{vendor_completion.d,vendor_conf.d,vendor_functions.d}``.\n\nContributing Changes to the Code\n--------------------------------\n\nSee the `Guide for Developers \u003CCONTRIBUTING.rst>`__.\n\nContact Us\n----------\n\nQuestions, comments, rants and raves can be posted to the official fish\nmailing list at https:\u002F\u002Flists.sourceforge.net\u002Flists\u002Flistinfo\u002Ffish-users\nor join us on our `matrix\nchannel \u003Chttps:\u002F\u002Fmatrix.to\u002F#\u002F#fish-shell:matrix.org>`__. Or use the `fish tag\non Unix & Linux Stackexchange \u003Chttps:\u002F\u002Funix.stackexchange.com\u002Fquestions\u002Ftagged\u002Ffish>`__.\nThere is also a fish tag on Stackoverflow, but it is typically a poor fit.\n\nFound a bug? Have an awesome idea? Please `open an\nissue \u003Chttps:\u002F\u002Fgithub.com\u002Ffish-shell\u002Ffish-shell\u002Fissues\u002Fnew>`__.\n\n.. |Build Status| image:: https:\u002F\u002Fgithub.com\u002Ffish-shell\u002Ffish-shell\u002Fworkflows\u002Fmake%20test\u002Fbadge.svg\n   :target: https:\u002F\u002Fgithub.com\u002Ffish-shell\u002Ffish-shell\u002Factions\n","fish 是一个用户友好的命令行 shell，适用于 macOS、Linux 等操作系统。它具备智能语法高亮、自动建议和无需配置即可使用的高级选项卡补全等核心功能。这些特性使得 fish 在日常使用中更加高效且易于上手，特别适合那些希望在不牺牲功能性的前提下简化终端操作体验的用户。无论是编程开发还是系统管理，fish 都能提供流畅且直观的交互体验。",2,"2026-06-11 02:46:32","top_all"]