Page 1 of 1

Command Line Options

Posted: 2018-10-28, 15:21
by Kruppt
I thought I saw a thread on this forum that showed all the CLI options (linux not win)
and even a way to show them from a term or from the browser but I just can't find the post.
Must be using the wrong terminology in the search.
Can someone give me a clue?

Re: Command Line Options

Posted: 2018-10-28, 17:31
by vannilla

Code: Select all

palemoon -help
And for completeness, the output:

Code: Select all

Usage: palemoon [ options ... ] [URL]
       where options include:

X11 options
  --display=DISPLAY                            X display to use.
  --sync                                       Make X calls synchronous.
  --g-fatal-warnings                           Make all warnings fatal.

Pale Moon options
  -h or --help                                 Print this message.
  -v or --version                              Print Pale Moon version.
  -P <profile>                                 Start with <profile>.
  --profile <path>                             Start with profile at <path>.
  --ProfileManager                             Start with ProfileManager.
  --no-remote                                  Do not accept or send remote commands;
                                               implies --new-instance.
  --new-instance                               Open new instance, not a new window
                                               in running instance.
  --UILocale <locale>                          Start with <locale> resources as UI Locale.
  --safe-mode                                  Disables extensions and themes for this session.
  --jsconsole                                  Open the Error console.
  --browser                                    Open a browser window.
  --new-window <url>                           Open <url> in a new window.
  --new-tab <url>                              Open <url> in a new tab.
  --private-window <url>                       Open <url> in a new private window.
  --preferences                                Open Preferences dialog.
  --search <term>                              Search <term> with your default search engine.
  --browserconsole                             Open the Browser Console.
  --jsdebugger                                 Open the Browser Toolbox.
  --devtools                                   Open DevTools on initial load.
  --start-debugger-server [ws:][<port>|<path>] Start the debugger server on
                                               a TCP port or Unix domain socket path.
                                               Defaults to TCP port 6000.
                                               Use WebSocket protocol if ws: prefix
                                               is specified.
  --recording <file>                           Record drawing for a given URL.
  --recording-output <file>                    Specify destination file for a drawing recording.
  --setDefaultBrowser                          Set this app as the default browser.

Re: Command Line Options

Posted: 2018-10-28, 20:52
by Kruppt
That is it !! ..thanks