mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #72] [MERGED] Large redesign #287
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/72
Author: @bootandy
Created: 2/18/2020
Status: ✅ Merged
Merged: 2/19/2020
Merged by: @bootandy
Base:
master← Head:ab-redesign📝 Commits (1)
603e6beLarge redesign📊 Changes
12 files changed (+666 additions, -608 deletions)
View changed files
➖
.travis.yml(+0 -83)📝
Cargo.lock(+25 -13)📝
Cargo.toml(+7 -0)📝
README.md(+35 -18)➕
ci/how2publish.txt(+6 -0)📝
src/display.rs(+187 -73)📝
src/main.rs(+28 -9)➕
src/test_dir3/ラウトは難しいです!.japan(+0 -0)➕
src/test_dir3/👩.unicode(+0 -0)➖
src/tests.rs(+0 -412)➕
tests/tests.rs(+259 -0)➕
tests/tests_symlinks.rs(+119 -0)📄 Description
Use the whole width of the terminal assume width of 80 if none found
Show percentages in the final column. Show ASCII bars indicating usage
of the underlying directories in the space inbetween.
Display (height of terminal - 10) entries by default.
Reverse the output order so largest is at the bottom.
Break up tests. Change older tests to check real output of program.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.