lsd-rs / lsd

The next gen ls command
Apache License 2.0
12.8k stars 413 forks source link

[Feature] Flag to show all blocks (columns), overriding config.yaml #1049

Closed Tyler799 closed 1 month ago

Tyler799 commented 1 month ago

Almost 100% of the time, I don't care about permissions, users, or groups - and it clutters the limited screen space I have. Thus, I turn those columns off in config.yaml.

However, very rarely, I will actually need to know what the users/groups/permissions are. In those cases, rather than editing the config.yaml, closing and re-starting my terminal, it would be far more convenient to just pass LSD a flag so it would show all of them.

EDIT: This feature already exists with --blocks argument. I am dumb.