8000 Add completions for `gping` by thunder-coding · Pull Request #8181 · fish-shell/fish-shell · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions share/completions/gping.fish
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Completion for https://github.com/orf/gping

complete -x -c gping -d "Ping, but with a graph"
complete -x -c gping -l cmd -d "Graph execution time for this command"
complete -f -c gping -s h -l help -d "Print help information"
complete -f -c gping -s 4 -d "Resolve ping targets to IPv4 address"
complete -f -c gping -s 6 -d "Resolve ping targets to IPv6 address"
complete -f -c gping -s s -l simple-graphics -d "Use dot character instead of braille"
complete -x -c gping -s b -l buffer -d "Number of seconds to display on graph"
complete -x -c gping -s n -l watch-interval -d "Watch interval in seconds"
0