### Please make sure of the following things - [ ] I have read the [documentation](https://alistgo.com). - [ ] I'm sure there are no duplicate issues or discussions. - [ ] I'm sure this feature is not implemented. - [ ] I'm sure it's a reasonable and popular requirement. ### Description of the feature / 需求描述 创建索引需要占用额外的存储和定期维护,且索引刷新不一定及时。对于偶尔搜索的情况,建议支持无索引情况下的搜索功能。 ### Suggested solution / 实现思路 直接遍历当前目录之下的文件名,对输入文本分词后,有词在剩余路径中匹配即可 ### Additional context / 附件 可参考 fzf 的实现
Please make sure of the following things
Description of the feature / 需求描述
创建索引需要占用额外的存储和定期维护,且索引刷新不一定及时。对于偶尔搜索的情况,建议支持无索引情况下的搜索功能。
Suggested solution / 实现思路
直接遍历当前目录之下的文件名,对输入文本分词后,有词在剩余路径中匹配即可
Additional context / 附件
可参考 fzf 的实现