# uTools-Plugin-FilePosition **Repository Path**: gongwalker/uTools-Plugin-FilePosition ## Basic Information - **Project Name**: uTools-Plugin-FilePosition - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-22 - **Last Updated**: 2022-04-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 快速定位文件和文件夹 项目: https://github.com/feinir/uTools-Plugin-FilePosition 类似Wox中的快速定位到文件功能。 在uTools中输入 go 空格 进入后,可以直接输入路径 C:\ , 然后就会一层一层的提示选择进入文件。最后打开,也可直接一次输入所有路径。 ![go.gif](https://i.loli.net/2020/10/28/Jb8MN7fUTIjdp6e.gif) 正则表达式匹配,直接copy路径打开 ![path.gif](https://i.loli.net/2020/10/28/xwle5b2BT6QUMJL.gif) 自动过滤windows下带引号和空格的路径,从后向前递归查找存在目录,定位到最先找到的目录。 ![no.gif](https://i.loli.net/2020/10/28/MI1X6qr4FaxG2PD.gif)