mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
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?
📋 Pull Request Information
Original PR: https://github.com/bootandy/dust/pull/322
Author: @TYzzt
Created: 4/10/2023
Status: ❌ Closed
Base:
master← Head:issues/#321📝 Commits (3)
30dd57dfeat: display the size of a file or directory in "kilobytes"438e20afeat: display the size of a file or directory in "kilobytes"b7c7454feat: format code📊 Changes
11 files changed (+92 additions, -27 deletions)
View changed files
📝
completions/_dust(+2 -0)📝
completions/_dust.ps1(+2 -0)📝
completions/dust.bash(+1 -1)📝
completions/dust.elv(+2 -0)📝
completions/dust.fish(+1 -0)📝
man-page/dust.1(+4 -1)📝
src/cli.rs(+6 -0)📝
src/config.rs(+3 -0)📝
src/display.rs(+45 -17)📝
src/main.rs(+5 -1)📝
src/progress.rs(+21 -7)📄 Description
added -k parameter to display the size of a file or directory in "kilobytes"
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.