Column output
#5554
Replies: 1 comment
-
for linux: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
By lack of a better description, i am wondering if it is possible to have beet output what you query in a column style output so that for example if i say that artist is 40 long it shows 40 characters whether the artist name 1 character long or 50. This way you will see all the fields nicely padded out rather than all being trimmed.
Sor for example:
beet ls -f "$artist - $title ($year) [$genre]"
becomes:
I could picture something like:
beet ls -f "$artist{40} $title{50} $year{4} [$genre]{10}" to be a awsome feature if it already doesnt excists.
Beta Was this translation helpful? Give feedback.
All reactions