Top-Drawer gives you quick access to the files you use most straight from your menu bar!
Simply tell Top-Drawer what kind of files you want to see, and where to find them!
Set a root folder, in this case Projects
.
Add rules to match the files that you want to see, in this example, files with the extension .workspace
or .xcodeproj
:
Rules can have any number of conditions.
Here, we show any xcodeproj
files, but not if the parent directory also contains an xcworkspace
file.
We might also be interested in files called podfile
, but not if the extension is .lock
:
Often, there are cases where a program that you use might create its own folders that contain the same kinds of files that you are interested in. In these cases, you can use a folder exclusion rule to omit a folder from the search.
Here, we exclude any folders called Pods
:
- Add rules with multiple conditions for finding files
- Add rules to exclude folders
- Shorten paths, no more navigating through 'connecting' folders
- Aliases? No problem
- Adjustable search frequency
- Option to open at login
- Open a folder in Terminal (thanks Josh Rideout)
Either build from source, or download the app: Top-Drawer
I welcome contributions and discussion for new features or bug fixes. It is recommended to file an issue first to prevent unnecessary efforts, but feel free to put in pull requests in the case of trivial changes. In any other case, please feel free to open discussion and I will get back to you when possible.
Follow me on twitter @SteveBarnegren
TopDrawer is available under the MIT license. See the LICENSE file for more info.