mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #28] Add --reverse flag #15
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 @roblav96 on GitHub (Aug 15, 2019).
Original GitHub issue: https://github.com/bootandy/dust/issues/28
Problem
The results of
dust -s -d=1in a folder containing many files will be displayed and having to scroll back to the top is, meh.Solution
Add a
--reverseflag so the important information is displayed right at the end of the command execution.Great work on this friend! 👍
@bootandy commented on GitHub (Oct 9, 2019):
https://github.com/bootandy/dust/commit/4cffc4370b58fb85b7b94e72f67431cced5b3d5d
reverse added