Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Tab completion for the hostname #284

Open
nkhedekar opened this issue Mar 27, 2023 · 1 comment
Open

[Feature Request] Tab completion for the hostname #284

nkhedekar opened this issue Mar 27, 2023 · 1 comment

Comments

@nkhedekar
Copy link

Hi,
Thanks for the cool tool!
The tab completion for the hostname that works with ping does not seem to work with gping. I'm guessing its a feature that needs to be added?

System: Pop Os 20.04

@senden9
Copy link

senden9 commented Jul 1, 2023

Hi!

This is in fact a feature of your shell-system, not of ping itself.

gping uses clap for command line argument parsing. There is clap_complete for generating shell auto completions (run-time or compile-time). That generated autocomplete-file could then be shipped with the various system-packages for Ubuntu, Debian, Arch, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants