背景
最近研究了一下在控制台查看文件的插件ranger
, 官方的解释是:一个cli下的文件管理器。觉得效果也很酷炫,所以在此展示一下。
安装
brew install ranger
配置生成
建议第一次使用的时候使用
ranger --copy-config=all
将会在~/.config/ranger
目录输出以下文件
commands.py # 与以下命令一起启动的命令 :
commands_full.py # 全套命令
rc.conf # 配置和绑定
rifle.conf # 文件关联(用于打开文件的程序)
scope.sh # 负责各种文件预览
命令行执行ranger
即可
设置
以下配置都是修改
rc.conf
预览图片
set preview_images true
set preview_images_method iterm2
安装图标
brew install font-hack-nerd-font
git clone https://github.com/cdump/ranger-devicons2 ~/.config/ranger/plugins/devicons2
Add/change `default_linemode devicons2` in your `~/.config/ranger/rc.conf`
字体安装尝试了很多次,还是乱码,最终放弃了文章来源:https://www.toymoban.com/news/detail-614604.html
显示行号
set line_numbers true
设置宽度
set column_ratios 2,3,5
更多配置参考博客文章来源地址https://www.toymoban.com/news/detail-614604.html
参考文章
- 基础安装教程
- 使用图标
到了这里,关于mac cli文件管理器的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!