I've been on OSX since Lion, before that I spent my time on Windows. Finder is pretty awful compared to Windows Explorer. Are there any alternatives people use?<p>PS. Please don't say Terminal. I use the CL for development but for browsing & interacting with photos and documents of any substantial quantity I enjoy a UI.
I'm not sure if this is common knowledge or not, but I didn't learn about Cmd+Down (open file/folder) and Cmd+Up (go to parent dir) in Finder until recently. This has completely changed my productivity in Finder since I can now navigate quickly without the mouse. I used to hate Finder a lot more before I knew this.
The <i>major</i> (and really only) criticism of Finder is a lack of an "address" bar. I would really like a bar where I can change directories quickly instead of doing ALL navigation using mouse clicks. Yes, I know you can invoke a Command-Shift-G to do this in a secondary menu, but Explorer has this built in. Having an address bar with tab completion and unix file-system shortcut support (i.e. "~", ".", "..") would be great!
I love the Miller columns, the preview column and QuickLook. I hate the lack of an address bar and to be able to jump to a terminal directly. For the second issue I use a shortcut that cds the path of the front-most Finder window using AppleScript. You can have QuickLook in the terminal too by the way:<p><pre><code> # Quicklook given file
ql () {
qlmanage -p $* 2>/dev/null
}
</code></pre>
And one tweak I often use is that I have mapped Ctrl-Shift-t to the "Tags..." menu entry which can be done in System Preferences > Keyboard > Shortcuts > App Shortcuts > + > Application=Finder, Menu Title=Tags...<p>You can have something like cd .. in Finder using Cmd-up and cd - is Cmd-[. When you Cmd-click the icon in the window title bar you can see the whole path, which I use a lot too. Finally, I use Cmd-2 and Cmd-3 to switch between column and list view.
Finder can be tamed if you master its keyboard shortcuts. For example, in a folder of photos, press Cmd+Y to view a single photo. Then use arrow keys to browse photos, Windows-style. Indispensable.<p>Or, Cmd+Backspace to delete a file.
I use Finder constantly. That said, I use an extension called <i>Default Folder</i> (which I've been using since long before Mac OS X) which not only works around many of its shortcomings, but is almost impossible to live without. E.g. if you have a Finder window open in the background, when you are in an file dialog you can focus it on that window by clicking on it in the background, it remembers where you were in a given folder (and which folder you were in for each application), and so forth. It also gives you access to most of Finder's functionality from inside file dialogs (which is something I do miss from Windows).<p>I don't find Finder "awful" compared to Windows Explorer — quite the reverse in general. But if you're not used to the Mac's keyboard navigation standards (which have remained largely consistent since 1986 or so (i.e. HFS)) you may not realize it. First -- list view is the best view. Second -- the same keystrokes work in list view and in file dialogs.
I have a pet peeve. I have setup OSX to show the hidden and dotfiles. So, everywhere I go using finder (say mounted drives), I get that .DS_Store file. Is there a way to avoid seeing that in the list?
Xtrafinder has been my saving grace, and it's free (<a href="https://www.trankynam.com/xtrafinder/" rel="nofollow">https://www.trankynam.com/xtrafinder/</a>)<p>- Cut & paste<p>- Hide dotfiles on Desktop<p>- Automatically adjust column widths<p>- Backspace to go to back<p>- Add "go up" to toolbar<p>- Add functionality to menus (e.g. new terminal here, new file (with templates), copy path, show hidden items,
refresh, launch as root)<p>- Dual window<p>- Visual tweaks<p>- A few other niceties
I use Finder and I don't understand what people don't like about it.<p>SMB is slow for me on Mountain Lion, so Windows file shares are annoying. But that's not Finder's fault.
Yes, I use Finder, since Puma. I also put in considerable hours using Windows Explorer. I personally find neither significantly better or worse than the other.
Here's a nice tool to add more value to the Finder:<p><a href="https://github.com/jbtule/cdto/releases" rel="nofollow">https://github.com/jbtule/cdto/releases</a><p>Add the app to the Finder toolbar then whenever you're in a folder and you want to open a terminal/iterm window in that folder just click the icon.<p>Also, when you're in a terminal window and you want to open a Finder window in that directory just run the command:<p>$ open .<p>Tip: In Mavericks you have to hold command+option to drag an app into the toolbar. I forget the key combo for dragging it to the toolbar in Yosemite, I want to say either just command or no key combo is required.
Combo of Quicksilver + Finder + knowing the keyboard shortcuts works ok for me. Quicksilver partially covers for the lack of address-bar – CMD+Space and type the name of the folder you want to go to. I suppose Spotlight can serve the same purpose, but the killer app for me is moving files. I find the column-browse mode vastly superior to the others. Quicklook helps a lot. Ditto tabs.<p>For a sort of online alternative to the finder, check out: <a href="http://are.na/" rel="nofollow">http://are.na/</a>.
Ugh, well, Terminal. iTerm 2, rather.<p>I barely have need of Finder on a day-to-day basis. When I do use it, it's sufficient for what I need. No major complaints.<p>I'm a long time Mac user (since 1984) and the paradigms and shortcuts are ingrained. The current Finder uses a lot of them, so for me predictability around selection and navigation via keyboard is there and I've never really found it lacking. Look in Help for "shortcuts," and google for the same. There are a lot of them, and many are supported throughout the OS and most apps.
I use path finder, i find it way more powerful and useful than finder. <a href="http://www.cocoatech.com/pathfinder/" rel="nofollow">http://www.cocoatech.com/pathfinder/</a>
I mostly use spotlight for navigation via keyboard commands. Cmd + space bar gets spotlight and then type what you're looking for. It's not perfect but it's on every mac and it really minimized the need for a mouse.<p>The only other mod is to show the full path in the finder window title:<p><pre><code> defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES
# then restart finder
osascript -e 'tell app "Finder" to quit'</code></pre>
I'm also in the "what's wrong with Finder?" crowd. I find Explorer to be cluttered and harder to use, especially when it comes to drag and drop support.<p>I did turn on a couple neat dock modes with Mountain Tweaks[1] and installed some quick look plugins for security certs and archive files but that's about it.<p>[1] <a href="http://tweaksapp.com" rel="nofollow">http://tweaksapp.com</a>
I use Finder and Alfred about equally. If you don't have Alfred, get it (<a href="http://alfredapp.com" rel="nofollow">http://alfredapp.com</a>). Just type ~ or / to switch the file mode. It's really useful for just finding a file quickly, when you only need something fast and transient (it closes when you press enter).
I like using the keyboard so I forked an awesome console column based file browser and gave it fancy OSX features:<p><a href="https://github.com/trishume/macranger" rel="nofollow">https://github.com/trishume/macranger</a><p>It's not quite ready for other people yet, it requires around 4 different components to work nicely, only 2 of which are public.
> <i>Please don't say Terminal.</i><p>Okay, I'll say the second best option: Dired.<p><a href="http://www.gnu.org/software/emacs/manual/html_node/emacs/Dired.html" rel="nofollow">http://www.gnu.org/software/emacs/manual/html_node/emacs/Dir...</a>
I really miss the Start Menu on the Mac. To get close to what I want, I have dragged the Applications folder to the dock next to the Downloads folder, and I've set it to display as a Folder (vs. a Stack) and as a List (vs. Automatic).
I'm roughly 50/50 using Finder or Terminal.<p>You haven't said what about Finder you don't like, so I've got no suggestions for you. For me, it does the job just fine. (Is it possible that you're just more accustomed to Windows?)
Yes, I've never had any issues with it. I pretty much only use it when I'm going to my PDF's directory.<p>(I know you said not to, but for pretty much every file operation, I use the terminal.)
I only moved to Mac this year. The one thing that annoys me about finder is the inability to back-swipe. File browser, web browser - they should work the same way, no?
I have been using Mac for many years, finder is indeed awful.<p>I also don't understand why apple doesn't allow "file cut", only "file copy".