mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #126] Support --width flag for non-terminal output #49
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Nemo157 on GitHub (Nov 13, 2020).
Original GitHub issue: https://github.com/bootandy/dust/issues/126
I want to show
dustoutput inside some environments where it is not possible to read the terminal width. The simplest example is if piping the output into a pager likeless:These environments normally have variables available that can be passed into the command, so being able to specify something like
--width=$COLUMNSwould be useful.@bootandy commented on GitHub (Nov 19, 2020):
yep I'm happy to add this flag.