yorukot/superfile:非常花哨和现代的终端文件管理器 --- yorukot/superfile: Pretty fancy and modern terminal file manager
Demo  演示Perform common operations执行常见作 Content  内容Installation 2025-1-31 14:45:17 Author: github.com(查看原文) 阅读量:17 收藏

superfile LOGO

Demo  演示

Perform common operations
执行常见作

Content  内容

Installation  安装

Quick install

Using bash (Support MacOS and linux)
使用 bash(支持 MacOS 和 linux)

bash -c "$(curl -sLo- https://superfile.netlify.app/install.sh)"

Using powershell (Support Windows)
使用 powershell (支持 Windows)

powershell -ExecutionPolicy Bypass -Command "Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://superfile.netlify.app/install.ps1'))"

More installation methods

Click me to check on how to install
点我来查看如何安装

Build  

You can build the source code yourself by using these steps:
您可以使用以下步骤自行构建源代码:

Requirements  要求

Build Steps  构建步骤

Clone this repository using the following command:
使用以下命令克隆此存储库:

git clone https://github.com/yorukot/superfile.git --depth=1

Enter the downloaded directory:
输入下载的目录:

Run the build.sh file:
运行 build.sh 文件:

Add the binary file to your $PATH, e.g., in /usr/local/bin:
将二进制文件添加到您的$PATH中,例如,在 /usr/local/bin 中:

sudo mv ./bin/spf /usr/local/bin

Start Superfile  启动 Superfile

Supported Systems  支持的系统

  • Linux  Linux的
  • MacOS  macOS 版
  • Windows (Not fully supported yet)
    Windows(尚不完全支持)

Tutorial  教程

After you install superfile, you can go here to briefly understand how to use superfile!
安装 superfile 后,您可以到这里简单了解如何使用 superfile!

Plugins  插件

Click me to the plugins wiki
点我到插件 wiki

Themes  主题

Click me to the theme wiki
点我到主题 wiki

Hotkeys  热键

Warning  警告

If you are vim/nvim user please change your default hotkeys config to vim version!
如果您是 vim/nvim 用户,请将您的默认热键配置更改为 vim 版本!

Click me to see the hotkey wiki
点我查看热键 wiki

Troubleshooting  故障 排除

Click me to see common problem fix
点我查看常见问题修复

Uninstalling  卸载

MacOS and Linux

On MacOS and Linux, you can uninstall superfile by simply removing the binary. If you installed superfile with sudo, runw
在 MacOS 和 Linux 上,您只需删除二进制文件即可卸载超级文件。如果使用 sudo 安装了 superfile,请运行

sudo rm /usr/local/bin/spf

If you installed superfile without sudo, run
如果安装了 superfile 但没有 sudo,请运行

If you don't rember, just try removing both.
如果你不记得,就试着把两者都删掉。

Window

To uninstall superfile on Windows, use this powershell script.
要在 Windows 上卸载 superfile,请使用此 powershell 脚本。

powershell -ExecutionPolicy Bypass -Command "Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://superfile.netlify.app/uninstall.ps1'))"

Contributing  贡献

If you want to contribute please follow the contribution guide
如果您想做出贡献,请遵循贡献指南

Thanks  谢谢

Support

  • a Star on my GitHub repository would be nice 🌟
    在我的 GitHub 存储库上加星标就好🌟了
  • You can buy a coffee for me 💖
    你可以为我💖买一杯咖啡

ko-fi

Contributors

Thanks to all the contributors for making this project even greater!
感谢所有贡献者使这个项目更加伟大!

Star History

THANKS FOR All OF YOUR STARS! Your stars are my motivation to keep updating!
感谢你们所有的星星! 您的星星是我不断更新的动力!

Star History Chart

༼ つ ◕_◕ ༽つ Please share.
༼ つ ◕_◕ ༽つ 请分享。


文章来源: https://github.com/yorukot/superfile
如有侵权请联系:admin#unsafe.sh