文件搜索软件
Tofloor
poster avatar
deepin_string
deepin
2019-09-27 07:56
Author
Windows时用everything进行文件检索感觉很棒,转入deepin后,没有找到相似的软件。文件不多时还好,记得文件在哪,但文件多起来后就不知道去哪找了。想问下谁有好的替代吗?
Reply Favorite View the author
All Replies
avatar
走钢丝
deepin
2019-09-27 15:44
#1
文件管理器右上角不是有个搜索图标么。
另外 find / -name "aa",你懂的,可以 find --help 看看参数先。。
Reply View the author
avatar
y***z@tom.com
deepin
2019-09-27 16:03
#2
类似everything的功能,早已整合到文件管理器了,不需要再另外安装搜索软件。
Reply View the author
avatar
WENWEN
deepin
2019-09-27 16:32
#3
现在文管集成了 deepin-anything
Reply View the author
avatar
mr-iron
deepin
2019-09-27 16:33
#4
用命令行 find / -name "文件名.后缀"这个搜索比Windows快多了。如果指定文件夹搜索就不用/,直接在相关文件目录下使用find -name "文件名.后缀" 更快,简直是秒找到。
Reply View the author
avatar
philogag
deepin
2019-09-29 18:14
#5
我用的albert,挺方便的

官方文档:
https://albertlauncher.github.io/

安装包下载:
https://software.opensuse.org/download.html?project=home:manuelschneid3r&package=albert
选xubuntu16.04
Reply View the author
avatar
Breeze
deepin
2019-09-29 19:55
#6
文件管理器里面的anything已经很好用了阿
Reply View the author
avatar
老陌
deepin
2019-09-29 20:10
#7
用find命令,适合各种linux发行版。 学会一个,其它都会了。
Reply View the author