使用Everything进行高级搜索

使用Everything进行高级搜索

在搜索框中输入关键词以搜索。

输入部分文件名,匹配部分文件名的文件和文件夹就会显示结果列表中。

例如,搜索文件名包含有 reports 的文件和文件夹:

1
reports

可以限定搜索某一分区,例如,搜索分区 D: 中文件和文件夹:

1
d:

可以包含路径以限定搜索此文件夹,例如,搜索文件夹 D:\Downloads 中文件和文件夹:

1
d:\downloads\

使用双引号以转义空格,搜索 C:\Program Files 下文件和文件夹:

1
"c:\program files\"

使用 \ 来搜索部分路径,例如,在以 documents 结尾文件夹中搜索文件和文件夹:

1
documents\

使用空格以组合搜索条件,例如,在以 work 开头文件夹下搜索包含 order 的文件和文件夹:

1
\work order

语法

操作符

space 与
| 或
! 非
< > 分组
“ “ 搜索引号内的词组

通配符

*匹配 0 个或多个字符。
? 匹配 1 个字符。

通配符将匹配完整文件名。禁用使用通配符时匹配完整文件名来匹配任意部分文件名。

quot: 双引号 “
apos: 单引号 ‘
amp: 与号 &
lt: 小于 <
gt: 大于 >
#: 十进制 Unicode 字符
#x: 十六进制 Unicode 字符
audio: 搜索音频文件。
zip: 搜索压缩文件。
doc: 搜索文档文件。
exe: 搜索可执行文件。
pic: 搜索图片文件。
video: 搜索视频文件。

修饰符

ascii:
utf8:
noascii:
启用或禁用快速 ASCII 大小写对比。
case:
nocase:
匹配或忽略大小写。
diacritics:
nodiacritics:
匹配或忽略变音标记。
file:
files:
nofileonly:
仅匹配文件。
folder:
folders:
nofolderonly:
仅匹配文件夹。
path:
nopath:
匹配完整路径和文件名或仅文件名。
regex:
noregex:
启用或禁用正则表达式。
wfn:
wholefilename:
nowfn:
nowholefilename:
匹配完整文件名或匹配任意部分文件名。
wholeword:
ww:
nowholeword:
noww:
匹配全字或匹配任意部分。
wildcards:
nowildcards:
启用或禁用通配符。

函数

album: 搜索 ID3 或 FLAC 专辑。
artist: 搜索 ID3 或 FLAC 艺术家。
attrib:
attributes:
搜索指定的文件属性的文件和文件夹。
bitdepth: 搜索指定像素密度的图片。
child: 搜索包含匹配文件名文件或文件夹的文件夹。
childcount: 搜索包含有指定数目子文件夹或文件的文件夹。
childfilecount: 搜索包含有指定数目文件的文件夹。
childfoldercount: 搜索包含有指定数目子文件的文件夹。
comment: 搜索 ID3 或 FLAC 注释。
content:
ansicontent:
utf8content:
utf16content:
utf16becontent:
搜索文本内容。
count: 指定搜索结果最大值。
dateaccessed:
da:
搜索指定访问时间的文件和文件夹。
datecreated:
dc:
搜索指定创建日期的文件和文件夹。
datemodified:
dm:
搜索指定修改日期的文件和文件夹。
daterun:
dr:
搜索指定打开时间的文件和文件夹。
depth:
parents:
搜索指定文件夹深度的文件和文件夹。
dimension:x 搜索指定长宽的图片。
dupe:
namepartdupe:
attribdupe:
dadupe:
dcdupe:
dmdupe:
sizedupe:
搜索重复的文件。
empty: 搜索空文件夹。
endwith: 搜索以搜索文本结尾的文件 (包含扩展名)。
ext: 搜索和列表中指定的扩展名匹配的文件 (扩展名以分号分隔)。
filelist: 搜索文件名列表中的文件。
filelistfilename: 搜索文件名列表中的文件和文件夹。
frn: 搜索指定文件索引号的文件和文件夹。
fsi: 搜索指定盘符索引中文件或文件夹 (索引 0 表示 C 盘, 以此类推)。
genre: 搜索 ID3 或 FLAC 流派。
height: 搜索指定像素高度的图片。
len: 搜索和指定的文件名长度相匹配的文件和文件夹。
orientation: 搜索指定方向的图片 (水平或竖直)。
parent:
infolder:
nosubfolders:
搜索指定路径下的文件和文件夹 (不包含子文件夹)。
recentchange:
rc:
搜索指定最近修改日期的文件和文件夹。
root: 搜索没有父文件夹的文件和文件夹。
runcount: 搜索指定打开次数的文件和文件夹。
shell: 搜索已知 Shell 文件夹名称,包括子目录和文件。
size: 搜索指定大小的文件 (以字节为单位)。
startwith: 搜索指定文本开头的文件。
title:</td> <td>搜索 ID3 或 FLAC 标题。</td> </tr> <tr> <td>type:<type></td> <td>搜索指定的文件类型的文件和文件夹。</td> </tr> <tr> <td>width:<width></td> <td>搜索指定像素宽度的图片。</td> </tr> </tbody></table> <p>函数语法:</p> <table> <thead> <tr> <th><code>function:value</code></th> <th>等于某设定值。</th> </tr> </thead> <tbody><tr> <td><code>function:<=value</code></td> <td>小于等于某设定值。</td> </tr> <tr> <td><code>function:<value</code></td> <td>小于某设定值。</td> </tr> <tr> <td><code>function:=value</code></td> <td>等于某设定值。</td> </tr> <tr> <td><code>function:>value</code></td> <td>大于某设定值。</td> </tr> <tr> <td><code>function:>=value</code></td> <td>大于等于某设定值。</td> </tr> <tr> <td><code>function:start..end</code></td> <td>在起始值和终止值的范围内。</td> </tr> <tr> <td><code>function:start-end</code></td> <td>在起始值和终止值的范围内。</td> </tr> </tbody></table> <p>大小语法:</p> <p>size[kb|mb|gb]</p> <p>大小常数:</p> <table> <thead> <tr> <th><code>empty</code></th> <th></th> </tr> </thead> <tbody><tr> <td><code>tiny</code></td> <td>0 KB < 大小 <= 10 KB</td> </tr> <tr> <td><code>small</code></td> <td>10 KB < 大小 <= 100 KB</td> </tr> <tr> <td><code>medium</code></td> <td>100 KB < 大小 <= 1 MB</td> </tr> <tr> <td><code>large</code></td> <td>1 MB < 大小 <= 16 MB</td> </tr> <tr> <td><code>huge</code></td> <td>16 MB < 大小 <= 128 MB</td> </tr> <tr> <td><code>gigantic</code></td> <td>大小 > 128 MB</td> </tr> <tr> <td><code>unknown</code></td> <td></td> </tr> </tbody></table> <p>日期语法</p> <p>year</p> <p><code>month/year</code> 或 <code>year/month</code> 取决于本地设置</p> <p><code>day/month/year</code>, <code>month/day/year</code> 或 <code>year/month/day</code> 取决于本地设置<br>YYYY[-MM[-DD[Thh[:mm[:ss[.sss]]]]]]<br>YYYYMM[DD[Thh[mm[ss[.sss]]]]]</p> <p>日期常数</p> <figure class="highlight coq"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br><span class="line">7</span><br><span class="line">8</span><br><span class="line">9</span><br><span class="line">10</span><br></pre></td><td class="code"><pre><code class="hljs coq">today<br>yesterday<br><last|<span class="hljs-type">past</span>|<span class="hljs-type">prev</span>|<span class="hljs-type">current</span>|<span class="hljs-type">this</span>|<span class="hljs-type">coming</span>|<span class="hljs-type">next</span>><year|<span class="hljs-type">month</span>|<span class="hljs-type">week</span>><br><last|<span class="hljs-type">past</span>|<span class="hljs-type">prev</span>|<span class="hljs-type">coming</span>|<span class="hljs-type">next</span>><x><years|<span class="hljs-type">months</span>|<span class="hljs-type">weeks</span>><br><last|<span class="hljs-type">past</span>|<span class="hljs-type">prev</span>|<span class="hljs-type">coming</span>|<span class="hljs-type">next</span>><x><hours|<span class="hljs-type">minutes</span>|<span class="hljs-type">mins</span>|<span class="hljs-type">seconds</span>|<span class="hljs-type">secs</span>><br>january|<span class="hljs-type">february</span>|<span class="hljs-type">march</span>|<span class="hljs-type">april</span>|<span class="hljs-type">may</span>|<span class="hljs-type">june</span>|<span class="hljs-type">july</span>|<span class="hljs-type">august</span>|<span class="hljs-type">september</span>|<span class="hljs-type">october</span>|<span class="hljs-type">november</span>|<span class="hljs-type">december</span><br>jan|<span class="hljs-type">feb</span>|<span class="hljs-type">mar</span>|<span class="hljs-type">apr</span>|<span class="hljs-type">may</span>|<span class="hljs-type">jun</span>|<span class="hljs-type">jul</span>|<span class="hljs-type">aug</span>|<span class="hljs-type">sep</span>|<span class="hljs-type">oct</span>|<span class="hljs-type">nov</span>|<span class="hljs-type">dec</span><br>sunday|<span class="hljs-type">monday</span>|<span class="hljs-type">tuesday</span>|<span class="hljs-type">wednesday</span>|<span class="hljs-type">thursday</span>|<span class="hljs-type">friday</span>|<span class="hljs-type">saturday</span><br>sun|<span class="hljs-type">mon</span>|<span class="hljs-type">tue</span>|<span class="hljs-type">wed</span>|<span class="hljs-type">thu</span>|<span class="hljs-type">fri</span>|<span class="hljs-type">sat</span><br>unknown<br></code></pre></td></tr></table></figure> <p>属性常数:</p> <p><code>A</code>存档<code>C</code>压缩<code>D</code>目录<code>E</code>加密<code>H</code>隐藏<code>I</code>未索引的内容<code>L</code>重解析点<code>N</code>一般<code>O</code>离线<code>P</code>稀疏文件<code>R</code>只读<code>S</code>系统<code>T</code>临时</p> </div> <hr/> <div> <div class="post-metas my-3"> </div> <div class="license-box my-3"> <div class="license-title"> <div>使用Everything进行高级搜索</div> <div>https://lvlele.top/176使用Everything进行高级搜索/</div> </div> <div class="license-meta"> <div class="license-meta-item"> <div>作者</div> <div>吕了了</div> </div> <div class="license-meta-item license-meta-date"> <div>发布于</div> <div>2026年5月19日</div> </div> <div class="license-meta-item"> <div>许可协议</div> <div> <a class="print-no-link" target="_blank" href="https://creativecommons.org/licenses/by/4.0/"> <span class="hint--top hint--rounded" aria-label="BY - 署名"> <i class="iconfont icon-cc-by"></i> </span> </a> </div> </div> </div> <div class="license-icon iconfont"></div> </div> </div> <article id="comments" lazyload> <div id="SOHUCS" sid='https://lvlele.top/176%E4%BD%BF%E7%94%A8Everything%E8%BF%9B%E8%A1%8C%E9%AB%98%E7%BA%A7%E6%90%9C%E7%B4%A2/'></div> <script type="text/javascript"> Fluid.utils.loadComments('#SOHUCS', function() { Fluid.utils.createScript("https://changyan.sohu.com/upload/changyan.js", function() { window.changyan.api.config({"appid":"cyywrRTgn","appkey":"aed41c582b82cbc78f9e9c638cdb04a7"}) }); }); </script> <noscript>Please enable JavaScript to view the comments</noscript> </article> </article> </div> </div> </div> <div class="side-col d-none d-lg-block col-lg-2"> <aside class="sidebar" style="margin-left: -1rem"> <div id="toc"> <p class="toc-header"> <i class="iconfont icon-list"></i> <span>目录</span> </p> <div class="toc-body" id="toc-body"></div> </div> </aside> </div> </div> </div> <a id="scroll-top-button" aria-label="TOP" href="#" role="button"> <i class="iconfont icon-arrowup" aria-hidden="true"></i> </a> <div class="modal fade" id="modalSearch" tabindex="-1" role="dialog" aria-labelledby="ModalLabel" aria-hidden="true"> <div class="modal-dialog modal-dialog-scrollable modal-lg" role="document"> <div class="modal-content"> <div class="modal-header text-center"> <h4 class="modal-title w-100 font-weight-bold">搜索</h4> <button type="button" id="local-search-close" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body mx-3"> <div class="md-form mb-5"> <input type="text" id="local-search-input" class="form-control validate"> <label data-error="x" data-success="v" for="local-search-input">关键词</label> </div> <div class="list-group" id="local-search-result"></div> </div> </div> </div> </div> </main> <footer> <div class="footer-inner"> <div class="footer-content"> <a href="https://hexo.io" target="_blank" rel="nofollow noopener"><span>Hexo</span></a> <i class="iconfont icon-love"></i> <a href="https://github.com/fluid-dev/hexo-theme-fluid" target="_blank" rel="nofollow noopener"><span>Fluid</span></a> </div> <div class="statistics"> <span id="busuanzi_container_site_pv" style="display: none"> 总访问量 <span id="busuanzi_value_site_pv"></span> 次 </span> <span id="busuanzi_container_site_uv" style="display: none"> 总访客数 <span id="busuanzi_value_site_uv"></span> 人 </span> </div> </div> </footer> <!-- Scripts --> <script src="https://lib.baomitu.com/nprogress/0.2.0/nprogress.min.js" ></script> <link rel="stylesheet" href="https://lib.baomitu.com/nprogress/0.2.0/nprogress.min.css" /> <script> NProgress.configure({"showSpinner":false,"trickleSpeed":100}) NProgress.start() window.addEventListener('load', function() { NProgress.done(); }) </script> <script src="https://lib.baomitu.com/jquery/3.6.4/jquery.min.js" ></script> <script src="https://lib.baomitu.com/twitter-bootstrap/4.6.1/js/bootstrap.min.js" ></script> <script src="/js/events.js" ></script> <script src="/js/plugins.js" ></script> <script src="https://lib.baomitu.com/typed.js/2.0.12/typed.min.js" ></script> <script> (function (window, document) { var typing = Fluid.plugins.typing; var subtitle = document.getElementById('subtitle'); if (!subtitle || !typing) { return; } var text = subtitle.getAttribute('data-typed-text'); typing(text); })(window, document); </script> <script src="/js/img-lazyload.js" ></script> <script> Fluid.utils.createScript('https://lib.baomitu.com/tocbot/4.20.1/tocbot.min.js', function() { var toc = jQuery('#toc'); if (toc.length === 0 || !window.tocbot) { return; } var boardCtn = jQuery('#board-ctn'); var boardTop = boardCtn.offset().top; function isExpandAllEnabled() { return CONFIG.toc && CONFIG.toc.expand_all === true; } function expandAllToc() { if (!isExpandAllEnabled()) { return; } jQuery('#toc-body .tocbot-is-collapsed').removeClass('tocbot-is-collapsed'); } function updateTocToggle($li, $childList) { var $toggle = $li.children('.toc-toggle'); if ($toggle.length === 0) { return; } var collapsed = $childList.hasClass('tocbot-is-collapsed'); $toggle .toggleClass('toc-toggle-collapsed', collapsed) .toggleClass('toc-toggle-expanded', !collapsed); } function bindTocToggle() { if (!isExpandAllEnabled()) { return; } jQuery('#toc-body .toc-list-item').each(function() { var $li = jQuery(this); var $childList = $li.children('ol'); if ($childList.length === 0) { if ($li.children('.toc-toggle').length === 0) { $li.prepend('<span class="toc-toggle toc-toggle-placeholder" aria-hidden="true">›</span>'); } return; } if ($li.children('.toc-toggle').length === 0) { $li.prepend('<span class="toc-toggle toc-toggle-expanded" aria-hidden="true">›</span>'); } updateTocToggle($li, $childList); }); jQuery('#toc-body').off('click.tocToggle').on('click.tocToggle', '.toc-toggle', function(e) { e.preventDefault(); e.stopPropagation(); var $li = jQuery(this).parent('.toc-list-item'); var $childList = $li.children('ol'); if ($childList.length === 0) { return; } $childList.toggleClass('tocbot-is-collapsed'); updateTocToggle($li, $childList); }); if (!window.__tocToggleObserver) { window.__tocToggleObserver = new MutationObserver(function(mutations) { mutations.forEach(function(mutation) { if (mutation.type !== 'attributes' || mutation.attributeName !== 'class') { return; } var $list = jQuery(mutation.target); var $li = $list.parent('.toc-list-item'); if ($li.length === 0) { return; } updateTocToggle($li, $list); }); }); jQuery('#toc-body ol').each(function() { window.__tocToggleObserver.observe(this, { attributes: true }); }); } } var tocConfig = Object.assign({ tocSelector : '#toc-body', contentSelector : '.markdown-body', linkClass : 'tocbot-link', activeLinkClass : 'tocbot-active-link', listClass : 'tocbot-list', isCollapsedClass: 'tocbot-is-collapsed', collapsibleClass: 'tocbot-is-collapsible', scrollSmooth : true, includeTitleTags: true, headingsOffset : -boardTop, }, CONFIG.toc); if (isExpandAllEnabled()) { tocConfig.collapseDepth = 6; } window.tocbot.init(tocConfig); if (toc.find('.toc-list-item').length > 0) { toc.css('visibility', 'visible'); } expandAllToc(); bindTocToggle(); Fluid.events.registerRefreshCallback(function() { if ('tocbot' in window) { tocbot.refresh(); var toc = jQuery('#toc'); if (toc.length === 0 || !tocbot) { return; } if (toc.find('.toc-list-item').length > 0) { toc.css('visibility', 'visible'); } expandAllToc(); bindTocToggle(); } }); }); </script> <script src=https://lib.baomitu.com/clipboard.js/2.0.11/clipboard.min.js></script> <script>Fluid.plugins.codeWidget();</script> <script> Fluid.utils.createScript('https://lib.baomitu.com/anchor-js/5.0.0/anchor.min.js', function() { window.anchors.options = { placement: CONFIG.anchorjs.placement, visible : CONFIG.anchorjs.visible }; if (CONFIG.anchorjs.icon) { window.anchors.options.icon = CONFIG.anchorjs.icon; } var el = (CONFIG.anchorjs.element || 'h1,h2,h3,h4,h5,h6').split(','); var res = []; for (var item of el) { res.push('.markdown-body > ' + item.trim()); } if (CONFIG.anchorjs.placement === 'left') { window.anchors.options.class = 'anchorjs-link-left'; } window.anchors.add(res.join(', ')); Fluid.events.registerRefreshCallback(function() { if ('anchors' in window) { anchors.removeAll(); var el = (CONFIG.anchorjs.element || 'h1,h2,h3,h4,h5,h6').split(','); var res = []; for (var item of el) { res.push('.markdown-body > ' + item.trim()); } if (CONFIG.anchorjs.placement === 'left') { anchors.options.class = 'anchorjs-link-left'; } anchors.add(res.join(', ')); } }); }); </script> <script> Fluid.utils.createScript('https://lib.baomitu.com/fancybox/3.5.7/jquery.fancybox.min.js', function() { Fluid.plugins.fancyBox(); }); </script> <script>Fluid.plugins.imageCaption();</script> <script defer src="/js/openkounter.js" ></script> <script src="/js/local-search.js" ></script> <script defer src="https://busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js" ></script> <!-- 主题的启动项,将它保持在最底部 --> <!-- the boot of the theme, keep it at the bottom --> <script src="/js/boot.js" ></script> <noscript> <div class="noscript-warning">博客在允许 JavaScript 运行的环境下浏览效果更佳</div> </noscript> </body> </html>