Vertopal CLI
Fast, Intuitive, and Powerful
Bring Vertopal to your terminal. Free and Open Source.
Bring Vertopal to your terminal. Free and Open Source.
Vertopal CLI is an open source project and with an MIT license, you are free to modifiy, redistribute, and use it in your commercial projects.
Vertopal CLI runs on the most popular platforms including macOS, Microsoft Windows, and different Linux distros.
Vertopal CLI's commands are designed to be intuitive and easy to use. Configure and start converting files in your terminal with minimum effort.
Vertopal CLI comes with cloud based conversion, making it a small yet powerful option to convert any file without using your precious computer resources.
Vertopal CLI is available in stand-alone binaries for macOS, Windows, and Linux distros. It's also available via PyPI and can be installed using pip.
Follow steps below to install the most recent version of Vertopal CLI using macOS Terminal.
vertopal
is on your PATH
.
$ which vertopalFollow steps below to install the most recent version of Vertopal CLI using Windows command line.
PATH
system environment variable.
$ for /f "usebackq tokens=2,*" %A in (`reg query HKCU\Environment /v PATH`) do set user_path=%Bvertopal.exe
is on your PATH
.
$ where vertopalFollow steps below to install the most recent version of Vertopal CLI using Linux Terminal.
vertopal
is on your PATH
.
$ which vertopal