Next | Query returned 21 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2024-03-27 10:49:50 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/dust: update to 1.0.0

 - feat: better error messages
 - dependency: cargo update
 - feat(win): use size on disk for apparent size for OneDrive files
 - feat: display the size of a file or directory in "kilobytes"
 - refactor: merge --si and --display-kb
 - refactor: minimum-size & output-format
 - feat: Listen for ctrl-c
 - Better handling for color in terminal
   2024-01-10 10:25:05 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/dust: update to 0.9.0

 - Migrated to clap4. Command line flags must appear before arguments:
   - Good: /dust -X debug target
   - Bad: . /dust target -X debug

 - Bars on right by default (change with new Flag -B)
 - Add flag -S (for Custom Stack size) - incase dust crashes with memory \ 
allocation error.
 - Add flat -I (--ignore-all-in-file) - Ignore all regexs in this file.
 - Clearer errors on file not found.
   2023-05-17 23:22:16 by Thomas Klausner | Files touched by this commit (1)
Log message:
dust: cleanup
   2023-05-17 23:21:47 by Thomas Klausner | Files touched by this commit (1)
Log message:
dust: use cargo.mk's install
   2023-05-05 23:58:39 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/dust: update to 0.8.6

 - Request for security fix https://github.com/bootandy/dust/issues/324
   2023-03-15 11:02:49 by pin | Files touched by this commit (2) | Package updated
Log message:
sysutils/dust: update to 0.8.5

 - refactor: simplify filter.rs
 - refactor: DisplayData
 - feat: default option for depth from config file
 - remove depth from config.toml and fix style issues
 - Fix: some panics are occuring when creating rayon
   2023-01-30 09:49:07 by pin | Files touched by this commit (2)
Log message:
sysutils/dust: install man-page

while here, install also an example config.
   2023-01-29 21:04:52 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/dust: update to 0.8.4

 - FEATURE: support only directories will be displayed. Flag -D
 - fix: bug where hard links could be double counted
 - Fix: naming of parameter
 - Implemented a progress indicator
 - upgrade dependencies
 - feature: --files-only -F
 - Feature: Add flag for screen readers
   2022-09-02 13:45:17 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/dust: update to 0.8.3

 - Fix: Only create large stack size if enough memory
 - Small boxes do not have enough memory to create a large stack
 - Conversely we want a large stack size for large boxes with a very highly
   nested directory structure.
   2022-08-24 07:18:15 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/dust: update to 0.8.2

v0.8.2 Adds support for:

  - Config file
  - New parameter: --min-size
  - New parameter: --skip-total
  - Does not include a space character as the first character in each line
    unless required
  - Fixes spurious permissions warning
  - Adds completion

Next | Query returned 21 messages, browsing 1 to 10 | Previous