We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since we're already dealing with storing history, I'd be cool to expand on that a little and allow looking up previous commands and results. E.g.:
$ globalping history 1 | 2024-01-19 17:57:00 | ping cdn.jsdelivr.net from Germany > https://www.jsdelivr.com/globalping?measurement=xrfXUEAOGfzwfHFx 2 | 2024-01-19 17:57:10 | ping cdn.jsdelivr.net from Poland > https://www.jsdelivr.com/globalping?measurement=xrfXUEAOGfzwfHFy - | 2024-01-19 17:57:10 | ping cdn.jsdelivr.net from previous > https://www.jsdelivr.com/globalping?measurement=xrfXUEAOGfzwfHFy 3 | 2024-01-19 17:57:20 | ping cdn.jsdelivr.net from CZ > https://www.jsdelivr.com/globalping?measurement=xrfXUEAOGfzwfHFz 4 | 2024-01-19 17:57:20 | ping cdn.jsdelivr.net from CZ --infinite > https://www.jsdelivr.com/globalping?measurement=xrfXUEAOGfzwfHFz+xrfXUEAOGfzwfHFz
The text was updated successfully, but these errors were encountered:
radulucut
Successfully merging a pull request may close this issue.
Since we're already dealing with storing history, I'd be cool to expand on that a little and allow looking up previous commands and results. E.g.:
The text was updated successfully, but these errors were encountered: