Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stve/alfred-vpn
Alfred 3 workflow to connect/disconnect from VPNs
https://github.com/stve/alfred-vpn
alfred vpn workflow
Last synced: 23 days ago
JSON representation
Alfred 3 workflow to connect/disconnect from VPNs
- Host: GitHub
- URL: https://github.com/stve/alfred-vpn
- Owner: stve
- License: mit
- Created: 2017-03-06T15:14:28.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2021-01-25T14:32:49.000Z (almost 4 years ago)
- Last Synced: 2024-10-01T17:49:02.642Z (about 1 month ago)
- Topics: alfred, vpn, workflow
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/alfred-vpn
- Size: 69.3 KB
- Stars: 23
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
# alfred-vpn
> Alfred 3 workflow to connect/disconnect from VPNs
## Install
```
$ npm install --global alfred-vpn
```*Requires [Node.js](https://nodejs.org) 4+ and the Alfred [Powerpack](https://www.alfredapp.com/powerpack/).*
## Usage
In Alfred, type `vpn`. Once loaded, you'll see a listing of configured VPN services. Select the VPN you'd like to connect/disconnect and press `Enter`. The workflow will attempt to connect/disconnect the selected service based on it's connectivity state.
## License
MIT (c) Steve Agalloco. See [LICENSE](https://github.com/stve/alfred-vpn/blob/master/LICENSE.md) for details.