juanfont / headscale

An open source, self-hosted implementation of the Tailscale control server
BSD 3-Clause "New" or "Revised" License
23.5k stars 1.29k forks source link

[Feature] Filter output of cli commands #1974

Open BlackQube opened 5 months ago

BlackQube commented 5 months ago

Use case

Some commands, like "headscale nodes list -t" produces a large horizontaly output, that mostly doesn't fit and will be wraped to the next line. This makes it difficult to read.

Description

It whould be good to be able to filter the output to hide some of the columns. Currently (without the option "-t, --tags" included) there are the following topics shown:

with "-t, --tags" included:


I guess, a valid reduced output could be


The contribution options needed to be checked to submit this request, but I don't think I can be a productive contributor. Sorry...

Contribution

How can it be implemented?

No response

github-actions[bot] commented 2 months ago

This issue is stale because it has been open for 90 days with no activity.