Gordon

Results 7 comments of Gordon

Did you ever file a bug for this? Do you have the number?

> In case anybody finds this useful, I solved this problem (I'm running using a Keyboard Maestro Macro that is triggered every time Finder launches. It waits to make sure...

Yes please. I typically want the menu item title to reflect the thing that will happen when an app is used with a particular file type. For example "Open folder...

I should note that for anyone who wants to sync their settings manually, you just need to copy `rules.json` from `~/Library/Group Containers/4G65N8LGGS.ServiceStationAppGroup/` to the same location on your new system,...

> > it deleted my symlink instead and replaced it with a "real" file. > > Service Station uses Swift `Codable` to encode the Rules and `Data(contentsOf: url)`/`rulesData.write(to: url, options:...

I'm not a filesystem expert, but I believe that APFS's copy-on-write behavior largely makes the `atomic` option unnecessary. The main benefit of using this option would be to avoid an...

This fix is not working for me. I have Cgywin installed and from the Terminal app, I can SSH and invoke `bash` with no issue. However, when I try to...