Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/btipling/filesearch
An IntelliJ IDEA plugin to search your computer for files by name.
https://github.com/btipling/filesearch
Last synced: 22 days ago
JSON representation
An IntelliJ IDEA plugin to search your computer for files by name.
- Host: GitHub
- URL: https://github.com/btipling/filesearch
- Owner: btipling
- License: other
- Created: 2015-07-21T18:21:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-22T03:28:58.000Z (over 9 years ago)
- Last Synced: 2024-10-14T17:54:56.773Z (25 days ago)
- Language: Java
- Homepage:
- Size: 172 KB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
##File Search
File Search is an IntelliJ IDEA plugin that lets you search your computer for files by name from within your IDE.
###System Requirements
File Search works with all recent versions of each of the IDEs Jetbrains makes
that are based on IntelliJ IDEA with one major requirement:**File Search requires that IntelliJ IDEA runs on JRE8**
Most Mac users are probably do not meet this requirement unless they installed IntelliJ IDEA with the version
that bundles it's own JRE.You can [download a bundled version of IntelliJ IDEA here](https://confluence.jetbrains.com/display/IntelliJIDEA/Previous+IntelliJ+IDEA+Releases).
###Installation
Simply open your Plugin Browser via Settings and search for "File Search". You can also
[download File Search from jetbrains.com](https://plugins.jetbrains.com/plugin/7867?pr=) or build it via the source
code available here.###Usage
Go to Tools -> Find Files by Name or Cmd/Alt+Shift+A and type "Find Files by Name"
You should see a dialog appear:
![A typical File Search Dialog](http://i.imgur.com/sM2e10e.png)
###Features:
You can search by matching text to a file name or whole path or for the exact file name.
Search by regular expression.
Search multiple directories.
Open files via your operating system or in IntelliJ or copy the path to your clipboard.
You can also copy the containing directory path in your clipboard.
###Bugs and Requests
Please create an issue on this repository to report bugs or if you have a request.