GitXplorerGitXplorer
k

express-vpn-gui

public
16 stars
7 forks
2 issues

Commits

List of commits on branch master.
Unverified
1aaeb1d14ca5b7c2611df3bb69dac553425e3cd9

Guard -> ArcGuard

kkunicmarko20 committed 6 years ago
Unverified
032a618eaa876a8daf72653db13d4f2d47ea44e5

update readme

kkunicmarko20 committed 6 years ago
Unverified
145200239fe88ad79c8e2f4b0dbdf96ab2a35d27

guard added to crates

kkunicmarko20 committed 6 years ago
Unverified
f4981fa38573524af91f099b391d3e547ff7e621

add LICENSE and README files

kkunicmarko20 committed 6 years ago
Unverified
a92d1b93b2ed94ce5e0bcadd3f16aa4ab503e2be

add cli commands, install, run, uninstall

kkunicmarko20 committed 6 years ago
Unverified
5f8e244e368034249a0304615307986ff9edabe6

add guard lib, replace boilerplate code with guard

kkunicmarko20 committed 6 years ago

README

The README file for this repository.

ExpressVPN GUI

A simple gui build on top of ExpressVPN CLI.

Basically, it just calls ExpressVPN CLI commands. Shows if the VPN is on/off and allows to connect/disconnect to the VPN.

Note: Tested only on Ubuntu 16.04+

Requirements

How to install

  • Download express-vpn-gui binary
  • Add binary to your $PATH and give it executable permissions if needed
  • Run express-vpn-gui install

Now you should have a desktop entry and in your search you will be able to find ExpressVPN application.

If application is missing, just run express-vpn-gui run -d.

Screenshots

Off:

Off

On:

On

Other Commands

USAGE:
    express-vpn-gui <SUBCOMMAND>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

SUBCOMMANDS:
    help         Prints this message or the help of the given subcommand(s)
    install      Installs needed assets.
    run          Starts the Application
    uninstall    Removes everything