1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
overlay = "."
uploaders = ["Matthias Geiger <werdahias@debian.org>"]
collapse_features = true
[source]
section = "rust"
homepage = "https://github.com/orf/gping"
[packages.bin]
section="utils"
summary = "ping, but with a graph"
description = """
gping is a graphical tui interface for the ping(1) command. It's completely written in rust.
It comes with the following features:
- Graph the ping time for multiple hosts
- Graph the execution time for commands via the --cmd flag
- Custom colours
"""
|