SteveBarnegren / TopDrawer

Quick access to your most used files from the menu bar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

icon

version min build

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!

gif 5

How to use

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:

simple settings with menu

More complex rules

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:

complex settings

Folder exclusion rules

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:

pods

Features

  • 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)

How to install

Either build from source, or download the app: Top-Drawer

Contributing

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.

Author

Follow me on twitter @SteveBarnegren

License

TopDrawer is available under the MIT license. See the LICENSE file for more info.

About

Quick access to your most used files from the menu bar

License:MIT License


Languages

Language:Swift 99.8%Language:Ruby 0.1%Language:HTML 0.1%Language:Shell 0.0%