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_path
andbrowser_args
are optional if not provided will usebrowser_id
to 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
|-lsb
option : print the browsers list in table format and exit