首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏康怀帅的专栏

    Fish Shell 安装配置

    fish-shell GitHub:https://github.com/fish-shell/fish-shell oh-my-fish GitHub:https://github.com/oh-my-fish

    2.5K40发布于 2018-02-28
  • 来自专栏python3

    个人服务器常用基础配置

    安装 fish-shell CentOS 6和CentOS 7使用的源不同,需要注意一下: // CentOS 7 $ cd /etc/yum.repos.d/ $ wget https://download.opensuse.org wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash nvm在fish-shell下无法使用 可以通过bass让 fish-shell 可以使用 bash 环境下的工具。 config.fish(如果文件不存在就创建一个),增加一段 bass 命令的封装代码 function nvm bass source ~/.nvm/nvm.sh ';' nvm $argv end 现在就可以在fish-shell /configure // 因为我使用的是 fish-shell

    2.5K20发布于 2020-01-02
  • 来自专栏Rust语言学习交流

    【Rust日报】2023-11-27 鱼进化成螃蟹

    : "const foo: number = 8;" github地址 https://github.com/spencerkohan/type_reflect/tree/main/ts_quote fish-shell 进化为 Rust 项目 fish-shell 是一个用户友好的命令行 Shell. 原本是用C++编写, 在两年前开始使用 Rust 进行迁移, 目前, 整体仓库的 Rust 代码占比为 53%, 已经成功进化为 Rust 项目. github 地址 https://github.com/fish-shell /fish-shell -- From 日报小组 BobQ, FBI小白 社区学习交流平台订阅: Rustcc论坛: 支持rss 微信公众号:Rust语言中文社区

    40910编辑于 2023-11-29
  • 来自专栏Rust语言学习交流

    【Rust日报】2023-01-31 使用 Rust 移植 Fish Shell

    我们将使用FFI,这样Rust和C++的部分就可以互相交流,保证每次提交时测试和CI都能通过,直到C++完全被替换, ReadMore: https://github.com/fish-shell/fish-shell

    59830编辑于 2023-02-15
  • 来自专栏python3

    Flask+Nginx踩坑记录

    第1个坑 作为一个已经离不开fish-shell强大自动补全的人,踩到的第一个坑是fish-shell对virtualenv的支持问题。

    77120发布于 2020-01-02
  • Fish 4.2 来了!全新架构性能飙升 3 倍,内存暴降 50%,向更高效、更好用的 Linux 命令行工具进化

    下载地址:https://github.com/fish-shell/fish-shell/releases/tag/4.2.0 都看到这里了,觉得不错的话,随手点个赞 、推荐

    14510编辑于 2026-03-24
  • 基于Rust实现爬取 GitHub Trending 热门仓库

    today_stars": "0", "url": "https://github.com/longbridge/gpui-component" }, { "author": "fish-shell ", "name": "fish-shell", "description": "The user-friendly command line shell "stars": "31,470", "forks": "2,159", "today_stars": "0", "url": "https://github.com/fish-shell /fish-shell" }, { "author": "Spotifyd", "name": "spotifyd", "description": "A spotify

    45510编辑于 2025-12-24
  • 来自专栏Rust 编程

    Rust 视界周刊 Week 4 | Fish Shell 将会从 Cpp 迁移到 Rust 实现

    近日,来自 fish-shell 仓库的PR[8] 显示,Fish Shell 即将用 Rust 重写,更精准的描述是,将会从 Cpp 迁移到 Rust 实现。 ://maxday.github.io/lambda-perf/ [7] Lambda冷启动分析性能测试源码: https://github.com/maxday/lambda-perf [8] fish-shell 仓库的PR: https://github.com/fish-shell/fish-shell/pull/9512 [9] Combine_And_Conquer: https://store.steampowered.com

    1.2K40编辑于 2023-03-06
  • 来自专栏点滴积累

    Fish Shell

    安装命令如下(这就是普通shell): sudo apt-add-repository ppa:fish-shell/release-2 sudo apt-get update sudo apt-get

    1.5K60发布于 2018-04-28
  • 来自专栏QB杂货铺

    Ubuntu14.04配置记录

    webupd8team/unstable sudo apt-get update sudo apt-get install guake fish shell sudo apt-add-repository ppa:fish-shell

    59810发布于 2019-12-27
  • 来自专栏Albert陈凯

    2018-11-06 openhub.net开源项目。

    https://www.gitlab.com/gitlab-ce/ TiddlyWiki http://www.tiddlywiki.org Fish shell https://github.com/fish-shell /fish-shell Ansible http://ansible.com Simple Machines Forum http://www.simplemachines.org/ FontForge

    1.9K20发布于 2018-12-07
  • 来自专栏JavaPark

    iTerm2 + Fish 打造高效终端

    首先使用以下的命令来查看下本机中的 shell,默认情况下 fish-shell 应该还没用加到 shell 列表中的。

    2.1K50编辑于 2022-05-23
  • 来自专栏云外科技

    腾讯云 WebShell 体验

    不过这边想提个小意见,能否集成 fish-shell 的功能,例如自动建议,代码高亮等功能! SFTP替代:文件传输 介绍完设置功能,再讲讲这次重磅推出的文件上传下载功能。

    4.4K10编辑于 2022-09-07
  • 2024年,还不知道python-venv的实现原理?

    这种说法不严谨,一会儿订正),其中activate activate.csh activate.fish Activate.ps1是适配各种流行shell的激活文件,后三者分别对应c-shell、fish-shell

    94500编辑于 2024-11-20
  • 来自专栏云外科技

    腾讯云 WebShell 体验

    不过这边想提个小意见,能否集成 fish-shell 的功能,例如自动建议,代码高亮等功能!图片SFTP替代:文件传输介绍完设置功能,再讲讲这次重磅推出的文件上传下载功能。

    4.2K70编辑于 2022-07-06
领券