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


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

ANGRYsearch源代码:https://github.com/DoTheEvo/ANGRYsearch ANGRYsearch:文件快速搜索工具-Ubuntu ANGRYsearch使用Python3和PyQt5开发,支持多种搜索模式,更多信息参考项目Readme。   Ubuntu安装使用ANGRYsearch   安装依赖: $ sudo apt install python3-pyqt5 xdg-utils   下载ANGRYsearch源码: $ git clone 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: # 删除相关文件即可 $ sudo rm -r /usr/share/angrysearch /usr/bin/angrysearch /usr/share/applications/angrysearch.desktop $ rm -rf ~/.cache/angrysearch