-
Notifications
You must be signed in to change notification settings - Fork 1
config.ini
There are two sections which are requiered, the browsers section and the sites section.
The browser section has a default settings, which references a browser defined in this section. You can add as many browsers as you like. If the browser needs some flags (e.g. for private mode or safe mode) you can simply add a section where the section name is the reference for the browser. In this example ff (Firefox) is configured this way. It contains a path and flags. The url is always the last parameter passed to the application.
You can add urls, they are looked up in exactly the way the url starts (after the protocol definition). This makes it possible to distinct between mail.google.com and www.google.com.
TODO: make some regex stuff here, at the moment it is compared using StartsWith.
[browsers]
ie=C:\Program Files\Internet Explorer\iexplore.exe
default=ff
[ff]
path=C:\Tools\Mozilla Firefox\firefox.exe
flags= -osint -url
[sites]
google.de=ff
bing.com=ie