Skip to main content Link Search Menu Expand Document (external link)

Command Line Interface

Running From the Command Line

You can run Jancy from the command line. This can be useful in certain scenarios.

Windows

  1. Open the command prompt

  2. Change directory to the directory you installed Jancy to.

    cd c:\Program Files\Jancy

    The default installation directory on Windows is C:\Program Files\Jancy

  3. Run Jancy.exe

    Jancy.exe

To capture all the output to a text file called jancy.text in the %TEMP% directory of the machine on Windows you’d type:

Jancy.exe > "%TEMP%\jancy.text 2>&1"

MacOS

  1. Open a terminal.

  2. Change directory to the directory Mac normally installs applications.

    cd /Applications/Jancy.app/Contents/MacOS

    The default installation directory on MacOS is /Applications/Jancy.app/Contents/MacOS

  3. Run Jancy

    ./Jancy

Options

--disable-built-in-resolver

If present, use the OS DNS resolver instead of Chromium’s.

--email

Fill the email input on splash screen with this email address

--enable-built-in-resolver

If present, use Chromium’s DNS resolver instead of the OS.

--ntabs <number>

Spawn this man tabs per URL specified

--password

Fill the password input on the splash screen with this password

--proxy-provider <string>

The name of the proxy provider to use for each tab.

--remember-me

If used, toggles the remember me box on.

--url [string...]

A URL to open