unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [ELPA] New package: dired-du
@ 2017-05-26 13:02 Tino Calancha
  2017-05-26 13:45 ` Clément Pit-Claudel
  2017-05-26 17:04 ` Yuri Khan
  0 siblings, 2 replies; 11+ messages in thread
From: Tino Calancha @ 2017-05-26 13:02 UTC (permalink / raw)
  To: Emacs developers


New library implementing a Dired interface for `du'.

I)
This library defines a minor mode `dired-du-mode' to display
the recursive size of directories in Dired buffers.  This mode
uses the external `du' program when available.  Otherwise, it
performs a rough estimation with Lisp.

II)
In addition, this file provides a command `dired-du-count-sizes',
to show the total size of the marked files.  By default, it shows
the size of the files marked with `dired-marker-char'.   If `dired-du-mode'
is disabled, then ignores the size of directories.  Otherwise, it takes
in account the size of the dirs.
When called with a prefix prompts for the marks and asks if the dirs must
be taken in account.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
The idea of this library arose after bugs 22829 and 22892.

Some people have shown interest on this feature elsewhere:
https://emacs.stackexchange.com/questions/20766/display-recursive-folder-sizes-in-line-in-dired
https://superuser.com/questions/462079/how-can-i-display-folder-sizes-in-emacs-dired

The file is available for inspection in the following Elpa repo. branch:
scratch/dired-du



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-05-29 14:41 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-26 13:02 [ELPA] New package: dired-du Tino Calancha
2017-05-26 13:45 ` Clément Pit-Claudel
2017-05-26 14:57   ` Tino Calancha
2017-05-26 17:04 ` Yuri Khan
2017-05-26 17:53   ` Eli Zaretskii
2017-05-26 18:12     ` Yuri Khan
2017-05-26 19:03       ` Eli Zaretskii
2017-05-27 10:06   ` Tino Calancha
2017-05-27 10:59     ` Yuri Khan
2017-05-29  1:37       ` Tino Calancha
2017-05-29 14:41   ` Filipp Gunbin

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).