Search found 179 matches

by darek
Thu Dec 03, 2015 9:57 am
Forum: Support
Topic: Files Pro [CLOSED]
Replies: 6
Views: 8272

Re: Files Pro

Side note: I wonder how important is Mac App Store when targetting pro users anyway? There's been quite a few big tools leaving the store recently: http://blog.sketchapp.com/post/134322691555/leaving-the-mac-app-store https://news.ycombinator.com/item?id=10655853 http://daringfireball.net/linked/201...
by darek
Thu Dec 03, 2015 9:50 am
Forum: Support
Topic: Quick select by extension [CLOSED]
Replies: 2
Views: 4879

Re: Quick select by extention

Just FYI, both shortcuts work properly on my side.
by darek
Wed Dec 02, 2015 10:06 am
Forum: Announcements
Topic: Version 1.1.0 released
Replies: 1
Views: 25154

Re: Version 1.1.0 released

Congrats, Mike! :)
by darek
Sun Nov 29, 2015 8:36 pm
Forum: Ideas and Feature Requests
Topic: Ability to reveal file/folder by passing commandline arguments
Replies: 11
Views: 19612

Re: Ability to reveal file/folder by passing commandline arguments

Hmmh... so I did this thing:

Code: Select all

defaults write -g NSFileViewer -string info.filesmanager.files
And it seems to work in the three programs I've tried (Lightroom, SourceTree and Transmission). So far so good :)
by darek
Sun Nov 29, 2015 7:42 am
Forum: Ideas and Feature Requests
Topic: Ability to reveal file/folder by passing commandline arguments
Replies: 11
Views: 19612

Re: Ability to reveal file/folder by passing commandline arguments

Mike, are you sure that command is ok? With "APP_BUNDLE_ID" and such? It kind of looks like a template...
by darek
Sun Nov 29, 2015 7:35 am
Forum: Previews
Topic: build 1379 - 1.1.0, wrapping things up
Replies: 1
Views: 5122

Re: build 1379 - 1.1.0, wrapping things up

Thanks Mike! I've already switched to that version and we'll see how it goes :) As for the volume information bar, I use it because I like to be constantly reminded how much space I have left (precious resource on an SSD).
by darek
Wed Nov 25, 2015 10:49 am
Forum: Ideas and Feature Requests
Topic: Command line
Replies: 28
Views: 37737

Re: Command line

Mike, I think that the new command line processor route is something that would give you more power going forward, but, and that's a big but, I also think you have to pick your battles very carefully. At this point it might not be a good idea to switch direction radically. Just let the current appro...
by darek
Mon Nov 23, 2015 9:11 am
Forum: Ideas and Feature Requests
Topic: Command line
Replies: 28
Views: 37737

Re: Command line

up/down arrows allows navigating thru history in Bash - it's not possible in such setup. What if you gave up on having the command line in overlapped mode function like a real terminal? Then you'd be free to make it a Super Powerful Command Line (tm) doing stuff better than terminal does, like that...
by darek
Fri Nov 20, 2015 12:32 pm
Forum: Ideas and Feature Requests
Topic: Command line
Replies: 28
Views: 37737

Re: Command line

Mike, I've just realized what Total Commander does right about that whole "command line at the bottom" thing. I knew something was feeling a tiny bit off in Files, like it was almost there but a bit more cumbersome than it should :) So, in TC you have this routing to terminal enabled as well, but as...
by darek
Fri Nov 20, 2015 11:17 am
Forum: Ideas and Feature Requests
Topic: Command line
Replies: 28
Views: 37737

Re: Command line

It's not really "active" though. Even if routing is on, you can't use arrow keys to move the cursor in the command line, for example. You have to focus there to do that. So the distinction between has-focus / doesn't-have-focus is important. The current implementation seems fine too me.