Skip to content
New issue

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

Inconsistent column name in ls command output #9389

Closed
DarkPark opened this issue Jun 9, 2023 · 2 comments · Fixed by #9407
Closed

Inconsistent column name in ls command output #9389

DarkPark opened this issue Jun 9, 2023 · 2 comments · Fixed by #9407
Labels
good first issue Good for newcomers inconsistent-behavior Behavior between different commands or types inconsistent/unexpected needs-design this feature requires design
Milestone

Comments

@DarkPark
Copy link

DarkPark commented Jun 9, 2023

Describe the bug

ls --long among other columns outputs these two: uid and group.
But it's better to name them both in the same way (two alternative approaches):

  1. user group
  2. uid gid

How to reproduce

ls --long

Expected behavior

column uid renamed to user or column group renamed to gid

Screenshots

No response

Configuration

| key                | value                                                   |
| ------------------ | ------------------------------------------------------- |
| version            | 0.81.0                                                  |
| branch             |                                                         |
| commit_hash        | 5c81bcef1a3c1667468c81ef8c06cf56a0962133                |
| build_os           | linux-x86_64                                            |
| build_target       | x86_64-unknown-linux-gnu                                |
| rust_version       | rustc 1.68.2 (9eb3afe9e 2023-03-27)                     |
| rust_channel       | 1.68.2-x86_64-unknown-linux-gnu                         |
| cargo_version      | cargo 1.68.2 (6feb7c9cf 2023-03-26)                     |
| build_time         | 2023-06-06 22:55:22 +00:00                              |
| build_rust_channel | release                                                 |
| features           | default, sqlite, static-link-openssl, trash, which, zip |
| installed_plugins  |                                                         |

Additional context

No response

@DarkPark DarkPark added the needs-triage An issue that hasn't had any proper look label Jun 9, 2023
@fdncred
Copy link
Collaborator

fdncred commented Jun 9, 2023

i'd vote for user and group.

@fdncred fdncred added the good first issue Good for newcomers label Jun 9, 2023
@amtoine amtoine added needs-design this feature requires design inconsistent-behavior Behavior between different commands or types inconsistent/unexpected and removed needs-triage An issue that hasn't had any proper look labels Jun 9, 2023
@amtoine
Copy link
Member

amtoine commented Jun 9, 2023

i vote for user and group too 👌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers inconsistent-behavior Behavior between different commands or types inconsistent/unexpected needs-design this feature requires design
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants