Command Line Interface
Running From the Command Line
You can run Jancy from the command line. This can be useful in certain scenarios.
Windows
- Change directory to the directory you installed Jancy to.
cd c:\Program Files\JancyThe default installation directory on Windows is
C:\Program Files\Jancy - 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
-
Open a terminal.
- Change directory to the directory Mac normally installs applications.
cd /Applications/Jancy.app/Contents/MacOSThe default installation directory on MacOS is
/Applications/Jancy.app/Contents/MacOS - 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