-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
ls -CF
should generate tab and not space
#5396
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
Comments
#5397 might be a start |
This should be added to |
I am wondering what is the use case to replace spaces by tabs in the terminal in general... |
Slightly less throughput of bytes maybe? I don't really know. The GNU docs just say "efficiency" (https://www.gnu.org/software/coreutils/manual/html_node/General-output-formatting.html). |
Hello. Never contributed to anything before, and this seems like something I could do. How do I start? |
Cool! This would first need to be implemented in the uutils-term-grid crate (which is in another repository), so that's where you can start. I would like to confirm with the other maintainers that we actually want this though. I guess that if we want to be fully compatible, we should. @sylvestre @cakebaker what do you think? |
Yeah,we should do it |
Alright! @5igh5 so we should first fix up uutils-term-grid so that it has an option for using tabs (with an option to specify how many spaces are replaced by a single tab). Then we can release that and use it in |
So the issue in uutils-term-grid is solved then? |
@5igh5 sorry but why do you think it is fixed ? :) |
Isn't that the purpose of this PR? uutils/uutils-term-grid#24 |
@5igh5 yes but it isn't completed or merged :) |
so... i should go ahead and create my own version of it? |
ls: when -CF is passed, use a tab. closes: #5396
Not far from
#3624
tested by GNU:
bash util/run-gnu-test.sh tests/ls/stat-dtype.sh
The text was updated successfully, but these errors were encountered: