AdguardTeam / AdGuardVPNCLI

AdGuard VPN command-line version
https://adguard-vpn.com/
68 stars 1 forks source link

Add terminal autocompletion #70

Closed snappyapple632 closed 3 weeks ago

snappyapple632 commented 3 weeks ago

Issue Details

Autocompletion in the terminal is a simple quality of life feature implemented in many Linux programs that helps users avoid typos and save a bit of time. Currently, adguardvpn-cli does not have autocompletion.

Proposed solution

Add autocompletion for adguardvpn-cli commands (i.e. connect, disconnect, update).

Alternative solution

Implement a Unix-like options system for adguardvpn-cli (i.e. -c for "connect", -d for "disconnect", -u for "update").

sfionov commented 3 weeks ago

@snappyapple632 This is already done in #18 and included in 1.1 release

You may find the instruction in the install script output

image