mirror of
https://github.com/Archeb/opentrace.git
synced 2026-04-25 16:55:58 +03:00
[GH-ISSUE #90] [Feature Request] Ability to Copy or Download Entire Route #82
Labels
No labels
bug
enhancement
help wanted
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentrace#82
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NeilCresswell on GitHub (May 25, 2025).
Original GitHub issue: https://github.com/Archeb/opentrace/issues/90
Is your feature request related to a problem? Please describe. 您所请求的功能是否和某个问题有关?如果有,请说明
Not related to a bug or issue.
Describe the solution you'd like 描述您想要的功能
Ability to copy the entire trceroute table, either through a download option and/or copy off to the clipboard. Perhaps provide a choice of a CSV or tab delimited format.
Describe alternatives you've considered (If applicable) 可能备选方案(如果有)
The only workarounds are taking a screenshot, which unfortunately puts the data in a graphical format, or manually running a traceroute at the command prompt and copying that.
Additional context 补充说明
It's possible to copy off one piece of information such as a hostname for a single hop. It is very useful to be able to copy off the entire traceroute table to share with third parties, as otherwise the only practical means of sharing is via a screenshot of the app, which doesn't work well, especially when a third party needs to enter specific details into their system as text and numbers, or include a traceroute table in a textarea box of an HTML submission. Yes one can run a traceroute at the command prompt and copy and paste, but seeing as the table is already there in the UI, it'd be a really nice feature to have the app provide this IMHO.
@Archeb commented on GitHub (May 25, 2025):
Great idea. Added to the backlog for a future update.
@Archeb commented on GitHub (Dec 23, 2025):
Implemented in
15f0f43cc4, now you can copy the entire route with headers from the context menu of the table.Example: