Forrest logo
back to context overview

firefox

List of commands for firefox:

  • firefox:ai:8c2fc tell me what firefox is displaying
    $ firefox
    try on your machine
    explain this command
  • firefox:ai:a9e6c Displays the help page for Firefox
    $ firefox --help
    try on your machine
    explain this command
  • firefox:tldr:09a52 firefox: Launch Firefox and open a web page.
    $ firefox ${https:--www-duckduckgo-com}
    try on your machine
    explain this command
  • firefox:tldr:27277 firefox: Open a private (incognito) window.
    $ firefox --private-window
    try on your machine
    explain this command
  • firefox:tldr:35723 firefox: Use a specific profile to allow multiple separate instances of Firefox to run at once.
    $ firefox --profile ${path-to-directory} ${https:--example-com-}
    try on your machine
    explain this command
  • firefox:tldr:66610 firefox: Set Firefox as the default browser.
    $ firefox --setDefaultBrowser
    try on your machine
    explain this command
  • firefox:tldr:84734 firefox: Take a screenshot of a web page in headless mode.
    $ firefox --headless --screenshot ${path-to-output_file-png} ${https:--example-com-}
    try on your machine
    explain this command
  • firefox:tldr:c2ef8 firefox: Open a new window.
    $ firefox --new-window ${https:--www-duckduckgo-com}
    try on your machine
    explain this command
  • firefox:tldr:db322 firefox: Launch Firefox in safe mode, with all extensions disabled.
    $ firefox --safe-mode
    try on your machine
    explain this command
back to context overview