[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNU ELPA] Dired-Du version 0.5.2
From: |
ELPA update |
Subject: |
[GNU ELPA] Dired-Du version 0.5.2 |
Date: |
Sun, 31 Mar 2024 05:17:30 -0400 |
Version 0.5.2 of package Dired-Du has just been released in GNU ELPA.
You can now find it in M-x list-packages RET.
Dired-Du describes itself as:
====================================
Dired with recursive directory sizes
====================================
More at https://elpa.gnu.org/packages/dired-du.html
## Summary:
-- Display the recursive size of directories in Dired --
This file defines a minor mode `dired-du-mode' to show
the recursive size of directories in Dired buffers.
If `du' program is available, then the directory sizes are
obtained with it. Otherwise, the directory sizes are obtained
with Lisp. The former is faster and provide a more precise value.
For directories where the user doesn't have read permission,
the recursive size is not obtained.
Once this mode is enabled, every new Dired buffer displays
recursive dir sizes.
To enable the mode at start up:
1) Store the file in a directory within `load-path'.
2) Add the following into .emacs file:
(add-hook 'dired-mode-hook #'dired-du-mode)
## Recent NEWS:
[Not provided 🙁]
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNU ELPA] Dired-Du version 0.5.2,
ELPA update <=