Skip to content

Commit

Permalink
Add a little more color, for possibilities.
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxserxxx committed Nov 4, 2022
1 parent 8c7b1df commit 21d7047
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions contrib/report_rendering/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,10 @@ The output looks like:
│ │ │ │ │ │ │ 22:20 │ │ │ │ 11:11 │ │ │ │ │
├─────────┼───────┼──────────┼──────────┼──────────┼──────────┼─────────┼────────┼──────────┼──────────┼──────────┼──────────┼──────────┼──────────┼──────────┤
...
```

To tighten up the table, use JQ to remove columns you're not interested in:

```
sudo dsnet report | jq '.Peers | map(del(.Added,.Networks,.IP6,.Owner))' | jtbl
```

0 comments on commit 21d7047

Please sign in to comment.