网站搜索

fff - 适用于 Linux 的简单快速文件管理器


fff快速文件管理器)是一个简单、快速且最小的 Linux 文件管理器,用 bash 编写。它只需要 bash 和 coreutils,并且现在经过高度优化以实现高效性能。

它的其他主要功能是:

  • 速度超级快
  • 平滑滚动(使用 vim 键绑定)
  • 支持 LS_COLORS
  • 支持常见的文件操作(复制、粘贴、重命名、剪切等)。
  • 当您输入搜索时即时
  • 支持所有命令的 Tab 补全
  • 使用 w3m-img 显示图像!
  • 支持退出时自动CD。

如何在 Linux 中安装 fff – 快速文件管理器

要在 Linux 上安装 fff,首先需要使用以下 git 命令克隆项目 github 存储库。

git clone https://github.com/dylanaraps/fff.git

将工作目录更改为 fff 并在脚本目录中运行 make install 以安装脚本。

cd fff
make install

注意fff可以使用make uninstall命令轻松卸载。这将从您的系统中删除所有文件。

或者,您可以将 fff 脚本从本地存储库复制或移动到 ` PATH 中的目录。

echo $PATH
cd fff
cp fff /home/aaronkilik/bin/

要从终端启动 fff,只需运行:

fff
OR 
fff /home/aaronkilik/bin

您可以使用以下键绑定:

j: scroll down
k: scroll up
h: go to parent dir
l: go to child dir

enter: go to child dir
backspace: go to parent dir

-: Go to previous dir.

g: go to top
G: go to bottom

:: go to a directory by typing.

.: toggle hidden files
/: search
t: go to trash
~: go to home
!: open shell in current dir

x: view file/dir attributes
i: display image with w3m-img

down:  scroll down
up:    scroll up
left:  go to parent dir
right: go to child dir

f: new file
n: new dir
r: rename

y: mark copy
m: mark move
d: mark trash (~/.local/share/fff/trash/)
s: mark symbolic link
b: mark bulk rename

Y: mark all for copy
M: mark all for move
D: mark all for trash (~/.local/share/fff/trash/)
S: mark all for symbolic link
B: mark all for bulk rename

p: paste/move/delete/bulk_rename
c: clear file selections

[1-9]: favourites/bookmarks (see customization)

q: exit with 'cd' (if enabled).
Ctrl+C: exit without 'cd'.

您可以在 fff 的 Github 存储库中找到更多自定义选项:https://github.com/dylanaraps/fff。

fff(快速文件管理器)是用 bash 编写的简单、快速且最小的文件管理器。在本文中,我们展示了如何在 Linux 中设置 fff。如有任何问题或意见,请使用下面的反馈表联系我们。