-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Finder - New Window #34
Comments
I don’t 100% understand the request. I think your issue is that Loungy will just focus the current Finder window when selecting it in the app list? I would rather not implement special behavior for each app, BUT I want to specifically implement proper cross platform filesystem search. Maybe that fits your needs? |
Ugh you are right. The problem is Finder.app is in a folder with a bunch of other garbage. I added it manually to the app list. |
Finder is also a weird beast in and of itself. Since it manages all "standard" file management representations on MacOS, it has to be omnipresent, but it also needs to be told to launch a new window whenever it's called upon (hence it being tied into What about it being in it's own sub-command? Like Nesting it like that now that I say it sounds unintuitive, though. |
Hi again!
It would be handy if Finder was available within Loungy.
The way I've done this in the past is adding a special case for Finder specifically by way of
Which will open a new finder window starting at, you guessed it, the user's home directory.
How would you feel about this?
I think the user's home would be a sane default, but there could also be a fuzzy match for a directory starting from rather
/
or the$HOME
directory.The text was updated successfully, but these errors were encountered: