[PR #72] [MERGED] Large redesign #287

Closed
opened 2026-06-08 11:26:48 +03:00 by zhus · 0 comments
Owner

📋 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: masterHead: ab-redesign


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/bootandy/dust/pull/72 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 2/18/2020 **Status:** ✅ Merged **Merged:** 2/19/2020 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `ab-redesign` --- ### 📝 Commits (1) - [`603e6be`](https://github.com/bootandy/dust/commit/603e6be7eb076f961c89094a4da18a8af68f7406) Large redesign ### 📊 Changes **12 files changed** (+666 additions, -608 deletions) <details> <summary>View changed files</summary> ➖ `.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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-06-08 11:26:48 +03:00
zhus closed this issue 2026-06-08 11:26:49 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#287