Quantcast
Channel: CodeSection,代码区,Linux操作系统:Ubuntu_Centos_Debian - CodeSec
Viewing all articles
Browse latest Browse all 11063

ANGRYsearch: 文件快速搜索工具-Ubuntu

$
0
0

ANGRYsearch是linux下的文件快速搜索工具,它提供了简单的界面,可以瞬间搜索到你需要的文件。类似windows下的软件 Everything 。

ANGRYsearch源代码: https://github.com/DoTheEvo/ANGRYsearch
ANGRYsearch: 文件快速搜索工具-Ubuntu

ANGRYsearch使用python3和PyQt5开发,支持多种搜索模式,更多信息参考项目Readme。

Ubuntu安装使用ANGRYsearch

安装依赖:

$ sudoaptinstallpython3-pyqt5xdg-utils

下载ANGRYsearch源码:

$ gitclone https://github.com/DoTheEvo/ANGRYsearch

安装:

$ cd ANGRYsearch $ chmod +x install.sh && sudo ./install.sh

运行ANGRYsearch:


ANGRYsearch: 文件快速搜索工具-Ubuntu

点击update更新索引。

索引数据库保存路径~/.cache/angrysearch/angry_database.db,配置文件:/.config/angrysearch/angrysearch.conf。


ANGRYsearch: 文件快速搜索工具-Ubuntu

卸载ANGRYsearch:

# 删除相关文件即可 $ sudorm -r /usr/share/angrysearch /usr/bin/angrysearch /usr/share/applications/angrysearch.desktop $ rm -rf ~/.cache/angrysearch

Share the post "ANGRYsearch: 文件快速搜索工具-Ubuntu"

Google+ Weibo Email

Viewing all articles
Browse latest Browse all 11063

Trending Articles