Skip to content

Update plugin 本地搜索Neo v1.2.0 - #461

Merged
lzx8589561 merged 1 commit into
ZToolsCenter:mainfrom
guopenghui:plugin/local-search-neo
Aug 27, 2026
Merged

Update plugin 本地搜索Neo v1.2.0#461
lzx8589561 merged 1 commit into
ZToolsCenter:mainfrom
guopenghui:plugin/local-search-neo

Conversation

@guopenghui

@guopenghui guopenghui commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

插件信息

  • 名称: 本地搜索Neo
  • 插件ID: local-search-neo
  • 版本: 1.2.0
  • 描述: 借助 Everything 来进行文件搜索
  • 作者: the_tree
  • 类型: 更新

本次变更

  • 资源管理器与目录内搜索:支持从当前文件资源管理器窗口或选中文件夹直接调起局部范围搜索。
  • 稳定性与边界处理:修复空选择、异常路径及文件不存在时的边界问题,增强列表操作健壮性。
  • 快捷键分组切换:支持使用 Tab / Shift+Tab 循环切换左侧文件分类。
  • 性能优化与工具完善
    • 将目录树预览(printDirectoryTree)改造为异步线程池执行,消除主线程卡顿与占位闪烁;
    • 优化 MatchPath 查询逻辑,避免分类切换时的冗余双重 IPC 请求,大幅提升“文件夹”等分组的响应速度;

截图 / 演示

image image image

相关 issue

自检清单

  • plugin.json 的 name / title / version / description / author 字段均已检查
  • 已移除调试日志、未使用文件、敏感信息(.env、token、密钥等)
  • 本次 PR 的 diff 仅涉及 plugins/local-search-neo/ 目录
  • 已在本地 ZTools 客户端实际加载并测试过此插件,主要功能正常
  • 同意以仓库声明的开源协议发布此插件

此 PR 由 ztools-plugin-cli 自动管理:每次 ztools publish 在分支上追加一个 commit,PR 链接保持不变。

- Initialize Everything file finder
- Refactor Finder components
- Add richer file previews
- Add Markdown and code previews
- Add PDF preview support
- Fix PDF local file loading
- Refactor Finder module structure
- Centralize Finder persistence
- Polish Finder UI styling
- Implement local file icon caching
- Polish Finder preview layout
- Add file tree preview support
- Add image preview copy action
- Document project guidance
- Add file copy menu action
- Clean dist addon build output
- Refine addon preview support
- Tune Finder result pagination
- Move category management to settings
- Highlight Finder search matches
- Stabilize image preview layout
- Refine Finder enter handling
- Centralize Finder shared state
- Polish Finder UI behavior
- Add bundled Everything management
- Rename dist cleanup script
- Refine bundled Everything shutdown
- Add manual release workflow
- Trigger release workflow on changes
- Package dist contents in release
- Limit large tar archive previews
- Add shared addon argument parsing
- Replace WMIC lookup with PowerShell CIM
- Fix tail text preview decoding
- Update README and test typings
- Add platform info
- Refactor Finder preview flow
- Copy preview images as files
- Add code preview line numbers
- Add floating preview zoom
- Improve match path search results
- fix unexpected cleaning sub input when UI initializing
- update version
- update package.json
- Fix match path review issues
- Fix bundled everything path in ASAR
- Update documentation and plugin homepage
- ci: update action version
- feat: add multi-select and native drag-drop
- feat: context-menu supports muti-select
- fix: improve trashing experience
- fix: active item background-color
- fix: close context-menu when click preview area
- fix: blink when switching preview
- feat: follow primary-color from host
- feat: add transparency checkerboard for img preview
- feat: add zoom-in-out button for img preview
- fix: remove default focus outline
- feat: improve bottom bar
- feat: improve settings style
- feat: add resizer between result list and preview
- fix: dropdown visibility
- feat: add everything_search mcp tool
- fix: blink when img preview switching
- refactor: remove defensive code
- chore: fix type error
- chore: add format for rust files
- refactor: split logic
- feat: add sidebar resizer
- feat: support reordering categories
- fix: allow dragging img when zoom-level==1
- fix: sidebar layout
- style: add float zooming animation
- style: improve sort menu style
- feat: support searching in explorer and selected folder (ZToolsCenter#1)
- fix: improve robustness
- feat: support switching group by tab key (ZToolsCenter#2)
- perf: 提升分组切换速度
@guopenghui
guopenghui marked this pull request as ready for review August 27, 2026 10:39
@lzx8589561
lzx8589561 merged commit cb1e85e into ZToolsCenter:main Aug 27, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] 希望支持 Tab / Shift+Tab 快速切换搜索分类 希望增加“在当前目录搜索”功能

2 participants