HomeBridgeController
HomeBridgeController copied to clipboard
Quick-open common homebridge paths
It'd be nice, within the controller UI, to be able to quickly get to :
- The config.json file (in-app editor of the entire file, and/or link to open the file/view in finder)
- The .homebridge directory
- The node_modules folder
Well for the .homebridge/node_modules directories part, the controller is designed to work remotely (even if it is running on the same machine it is still "remote", as far as the app is concerned it could be a different Mac running it). So that would kinda cause weird behavior (unless you see something else I am not thinking about.
But the a raw editor for the complete document wouldn't be hard. What is the use case?