Skip to content

v0.9 (alpha)

Latest
Compare
Choose a tag to compare
@odnar-dev odnar-dev released this 20 Jan 21:30
117fa49

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 and browser_args are optional if not provided will use browser_id to get this information
  • rm_browsers() function : remove multiple browser from the browser list by using browser_id
    • usage : rm_browser(browse_id, browser_id...)
  • --ls-browsers|-lsb option : print the browsers list in table format and exit