<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>开源 - 分类 - cfanzp学习笔记</title>
    <link>https://cfanzp008.github.io/categories/opensource/</link>
    <description>开源 - 分类 - cfanzp学习笔记</description>
    <generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>cfan.zp@qq.com (cfanzp)</managingEditor>
      <webMaster>cfan.zp@qq.com (cfanzp)</webMaster><lastBuildDate>Tue, 07 Apr 2026 21:30:40 &#43;0800</lastBuildDate><atom:link href="https://cfanzp008.github.io/categories/opensource/" rel="self" type="application/rss+xml" /><item>
  <title>Superfile：美观现代的终端文件管理器</title>
  <link>https://cfanzp008.github.io/superfile-introduction/</link>
  <pubDate>Tue, 07 Apr 2026 21:30:40 &#43;0800</pubDate>
  <author>作者</author>
  <guid>https://cfanzp008.github.io/superfile-introduction/</guid>
  <description><![CDATA[Superfile：美观现代的终端文件管理器 什么是 Superfile Superfile 是一个非常精美且现代化的终端文件管理器，由 Go 语言开发。它旨在为用户提供一个既美观又功能完整的命令行文件管理体验。
截至目前，Superfile 在 GitHub 上已获得超过 17000 个 Star，是当前最受欢迎的终端文件管理器之一。
核心特点：
精美 UI：专为美观设计的界面 完整功能：支持几乎所有文件操作 完全可定制：可自定义热键、主题颜色、边框样式 多面板支持：可同时查看多个目录 安装配置 环境要求 Go 1.22+（如需源码编译） 终端模拟器支持 Unicode 字符 安装方式 1 2 3 4 5 6 7 8 9 10 11 # 方式一：官方安装脚本（推荐） bash -c &#34;$(curl -sLo- https://superfile.netlify.app/install.sh)&#34; # 方式二：使用 wget bash -c &#34;$(wget -qO- https://superfile.netlify.app/install.sh)&#34; # 方式三：使用 Homebrew（macOS/Linux） brew install superfile # 方式四：使用 Go 安装 go install github.com/yorukot/superfile@latest 启动 Superfile 1 2 3 4 5 # 直接运行 superfile # 或指定目录启动 superfile /path/to/directory 思维导图：Superfile 功能概览 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 ┌─────────────────────────────────────────┐ │ Superfile 功能体系 │ └─────────────────────────────────────────┘ │ ┌─────────────────────────────────┼─────────────────────────────────┐ │ │ │ ▼ ▼ ▼ ┌─────────────────────┐ ┌─────────────────────┐ ┌─────────────────────┐ │ 核心特性 │ │ 文件操作 │ │ 多面板功能 │ │ │ │ │ │ │ └─────────────────────┘ └─────────────────────┘ └─────────────────────┘ │ │ │ ├─精美 UI 设计 ├─浏览/导航 ├─多标签页 ├─主题切换 ├─复制/移动/删除 ├─面板切换 ├─快捷键自定义 ├─重命名/创建 ├─跨面板复制 └─边框样式 ├─搜索/过滤 └─分屏显示 │ ├─压缩/解压 ├─权限修改 └─书签收藏 ▼ ┌─────────────────────────────────┐ │ 可视化操作 │ ├─────────────────────────────────┤ │ • 进度条显示 │ │ • 文件预览 │ │ • 大小计算 │ │ • 类型图标 │ └─────────────────────────────────┘ 基本操作 导航操作 按键 功能 h/j/k/l 或 ←↓↑→ 导航（Vim 风格/方向键） Enter 进入目录/打开文件 Backspace 返回上级目录 g 转到目录开头 G 转到目录末尾 / 搜索文件 cd 切换目录 文件操作 按键 功能 Space 选择/取消选择文件 v 可视模式选择 y 复制文件 x 剪切文件 p 粘贴文件 d 删除文件 r 重命名文件 n 创建新文件/目录 Shift + n 创建新目录 快捷操作 按键 功能 : 打开命令面板 z 撤销操作 Ctrl + z 后台运行 q 退出 ?]]></description>
</item>
<item>
  <title>开源的数据库加密解决方案--acra</title>
  <link>https://cfanzp008.github.io/acra/</link>
  <pubDate>Tue, 21 Nov 2023 21:11:30 &#43;0800</pubDate>
  <author>作者</author>
  <guid>https://cfanzp008.github.io/acra/</guid>
  <description><![CDATA[]]></description>
</item>
<item>
  <title>如何使用c&#43;&#43;发送邮件？</title>
  <link>https://cfanzp008.github.io/cpp_mail/</link>
  <pubDate>Sat, 22 Jul 2023 16:44:15 &#43;0800</pubDate>
  <author>作者</author>
  <guid>https://cfanzp008.github.io/cpp_mail/</guid>
  <description><![CDATA[]]></description>
</item>
<item>
  <title>go语言的实名认证库wlc</title>
  <link>https://cfanzp008.github.io/idcards_verify-wlc/</link>
  <pubDate>Sat, 24 Jun 2023 22:13:29 &#43;0800</pubDate>
  <author>作者</author>
  <guid>https://cfanzp008.github.io/idcards_verify-wlc/</guid>
  <description><![CDATA[]]></description>
</item>
<item>
  <title>Ant Design Pro</title>
  <link>https://cfanzp008.github.io/ant-design-pro/</link>
  <pubDate>Tue, 09 May 2023 07:31:43 &#43;0800</pubDate>
  <author>作者</author>
  <guid>https://cfanzp008.github.io/ant-design-pro/</guid>
  <description><![CDATA[]]></description>
</item>
<item>
  <title>Golang轻量级服务端框架zinx</title>
  <link>https://cfanzp008.github.io/golang-zinx/</link>
  <pubDate>Sun, 07 May 2023 17:18:37 &#43;0800</pubDate>
  <author>作者</author>
  <guid>https://cfanzp008.github.io/golang-zinx/</guid>
  <description><![CDATA[]]></description>
</item>
<item>
  <title>skynet学习资源汇总</title>
  <link>https://cfanzp008.github.io/skynet-res/</link>
  <pubDate>Fri, 26 Aug 2022 09:01:44 &#43;0800</pubDate>
  <author>作者</author>
  <guid>https://cfanzp008.github.io/skynet-res/</guid>
  <description><![CDATA[skynet学习资源汇总 学习使用skynet已经有一段时间了，最初学习skynet是直接拿着skynet的源码已经官方例子，一点点地自己看，自己跑demo,慢慢才熟悉了skynet。这过程中就踩了不少坑，这里收集了一些skynet的学习资源，在此记录一下。
skynet的github地址: https://github.com/cloudwu/skynet skynet官方帮助文档: https://github.com/cloudwu/skynet/wiki skynet作者博客: https://blog.codingnow.com/ skynet sample: https://github.com/cloudwu/skynet_sample skynet pbc: https://github.com/cloudwu/pbc 我的skynet学习笔记: https://cfanzp.com/categories/skynet/ skynet资源：http://forthxu.com/blog/skynet.html skynet视频教程 4小时玩转skynet: https://www.bilibili.com/video/BV1AV411r71g ]]></description>
</item>
</channel>
</rss>
