Documentation
Learn how Polypane improves your workflow
Command line options
Polypane has a few command line options.
On Linux polypane will be available in your path after installation, so just polypane
will work. On Windows and on Mac you need the full path:
- Windows:
C:\Program Files\Polypane\Polypane.exe
- macOS:
/Applications/Polypane.app/Contents/MacOS/Polypane
For simplicity, we will use polypane
in the examples below.
Opening URLS
You can start Polypane with a URL as the first argument to open that url:
$ polypane https://example.com
On macOS you can use:
$ open https://example.com -a "Polypane"
Note that in this case you don't need the full path on macOS. That is needed if you want to use any flags.
Reload
To reload the currently active tab, call Polypane with the --reload
flag:
$ polypane --reload
This will focus the Polypane window as well. If Polypane is not open yet, it will just launch Polypane
Prevent focus
You can start Polypane with -g
to prevent it from focusing on launch.
$ polypane -g
Combine this with --reload
to reload the currently active tab without also focusing Polypane.
$ polypane -g --reload
Use this to hook into your own live reload workflow.
Remote debugging
You can start Polypane with --remote-debugging-port
to enable remote debugging.
This will open a port that you can connect to with Chrome Devtools or IDEs that support remote debugging, like VSCode and WebStorm.
$ polypane --remote-debugging-port=9222
Learn how to set up WebStorm here: Configuring WebStorm to work with Polypane.
Some tools might create a new user directory when starting a remote debugging session. This is currently not supported by Polypane.
Looking for more command line options?
Let us know your ideas and we'll see if we can add them in!
Have a question about Polypane?
Contact us any time though chat, Slack or our contact form:
Contact SupportBuild your next project with Polypane
- Use all features on all plans
- On Mac, Window and Linux
- 14-day free trial – no credit card needed