Divide is a unique browser that lets you open multiple web pages at once! You can easily split your screen either horizontally or vertically, which is super handy for multitasking.
This cool tool was built to meet the needs of Smartjog's IT NOC. It’s designed specifically for users who need to keep an eye on many things at the same time.
Getting started with Divide is pretty easy. You can install it using easy_install, or if you prefer, you can uncompress the tarball and run:
python2.6 setup.py install
Just a heads up, you'll need python2.6, pygtk, and python-webkit. Make sure to install those with your package manager first!
You’ll also want to set up a configuration file in JSON format. Here’s a little example to guide you:
{
"title": "Title",
"view": {
"split": "horizontally",
"sub": [
{
"type": "page",
"url": "http://google.fr",
"auto_refresh": 5,
"auto_scroll": {
"y": {
"increment": 10,
"milli": 250,
"pause": 5,
"return": true
}
}
},
{
"type": "view",
"heigh": 200,
"sub": [
{
"type": "page",
"url": "http://google.fr",
},
{
"type": "page",
"url": "http://google.fr",
}
]
}
]
}
}
Once your config file is ready, just run it with:
divide config.json
If you're excited about trying out Divide!, go ahead and check it out!
Go to the Softpas website, press the 'Downloads' button, and pick the app you want to download and install—easy and fast!
SoftPas is your platform for the latest software and technology news, reviews, and guides. Stay up to date with cutting-edge trends in tech and software development.
Subscribe to newsletter
© Copyright 2024, SoftPas, All Rights Reserved.