Github开源Go系列---命令行管理文件的工具lf

简介

一个直接通过命令形式的目录树可视化文件管理工具。

项目地址

https://github.com/gokcehan/lf

安装命令

go get -u github.com/gokcehan/lf

特征

  • Cross-platform (Linux, OSX, BSDs, Windows (partial))
  • Single binary without any runtime dependencies (except for terminfo database)
  • Fast startup and low memory footprint (due to native code and static binaries)
  • Server/client architecture to share file selection between multiple instances
  • Configuration with shell commands
  • Customizable keybindings (vi and readline defaults)
  • Preview filtering (for source highlight, archives, pdfs/images as text etc.)

详情

multicol-screenshot singlecol-screenshot

发布了362 篇原创文章 · 获赞 144 · 访问量 110万+

猜你喜欢

转载自blog.csdn.net/FENGQIYUNRAN/article/details/103758585
今日推荐