What's Changed
we changed the way browsers are stored, this will remove some limitation on the way we can manipulate the browser list.
added
add_browser()function : easy way to add browsers- usage :
add_browser( browser_id, browser_name, browser_path, browser_args ) browser_name,browser_pathandbrowser_argsare optional if not provided will usebrowser_idto get this information
- usage :
rm_browsers()function : remove multiple browser from the browser list by using browser_id- usage :
rm_browser(browse_id, browser_id...)
- usage :
--ls-browsers|-lsboption : print the browsers list in table format and exit