Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Generates a bash completion file based on the "ivpn" CLI commands

License

Notifications You must be signed in to change notification settings

jordan-ivpn/bash-completion-generator-ivpn-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

bash-completion-generator-ivpn-cli

Generates a bash completion file based on the "ivpn" CLI commands

Update 2024-02-08: Improved script now included in IVPN App version 3.14.2

https:/ivpn/desktop-app/blob/master/CHANGELOG.md#version-3142---2024-02-08
https:/ivpn/desktop-app/blob/8f9c9bc9079bf2909040535043a71711b799e383/cli/References/Linux/bash-completion-generator-ivpn-cli.sh

Quick install:

bash-completion-generator-ivpn-cli.sh | sudo tee /usr/share/bash-completion/completions/ivpn

Elaborate install:

bash-completion-generator-ivpn-cli.sh > ivpn.bash
source ivpn.bash
sudo mv ivpn.bash /usr/share/bash-completion/completions/ivpn
sudo chown root:root /usr/share/bash-completion/completions/ivpn

About

Generates a bash completion file based on the "ivpn" CLI commands

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages