emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/disk-usage 3357ba9 32/48: Include screenshots


From: Stefan Monnier
Subject: [elpa] externals/disk-usage 3357ba9 32/48: Include screenshots
Date: Tue, 19 Feb 2019 08:00:03 -0500 (EST)

branch: externals/disk-usage
commit 3357ba91934fc5db40009d41f6ef81376c889f7c
Author: Pierre Neidhardt <address@hidden>
Commit: Pierre Neidhardt <address@hidden>

    Include screenshots
---
 disk-usage-by-types.png | Bin 0 -> 70122 bytes
 disk-usage.el           |   6 ++----
 disk-usage.png          | Bin 0 -> 147572 bytes
 readme.org              |  12 ++++++++++++
 4 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/disk-usage-by-types.png b/disk-usage-by-types.png
new file mode 100644
index 0000000..3c9ea2f
Binary files /dev/null and b/disk-usage-by-types.png differ
diff --git a/disk-usage.el b/disk-usage.el
index b5a7518..fd47f14 100644
--- a/disk-usage.el
+++ b/disk-usage.el
@@ -41,10 +41,8 @@
 (require 'tabulated-list)
 (require 'cl-macs)
 
-;; TODO: Toggle display of full paths.  Make sur Helm-FF still works.
-;; TODO: Graph support.
-;; TODO: Include screenshots.
-;; TODO: When going up, place cursor on right directory.
+;; TODO: Helm-FF does not work when file-name-nondirectory is on.
+;; TODO: Add support for charts?
 
 (defgroup disk-usage nil
   "Predefined configurations for `disk-usage'."
diff --git a/disk-usage.png b/disk-usage.png
new file mode 100644
index 0000000..6b1b538
Binary files /dev/null and b/disk-usage.png differ
diff --git a/readme.org b/readme.org
index 6b66476..4650f32 100644
--- a/readme.org
+++ b/readme.org
@@ -28,7 +28,19 @@ Run ~disk-usage~ or ~disk-usage-here~ to display a listing.  
See ~describe-mode~
 to display additional bindings, such as ~disk-usage-dired-at-point~ to open a
 ~dired~ buffer for the current directory.
 
+Instead of displaying only the current folder, ~disk-usage~ can also display
+files in all subfolders recursively.
+
 Run ~disk-usage-by-types~ to display statistics of disk usage by file
 extensions.
 
 You can customize options in the 'disk-usage group.
+
+* Screenshots
+
+- Hierarchical disk usage display:
+  #+ATTR_HTML: :width 800px
+  [[./disk-usage.png]]
+- Disk usage by file extensions:
+  #+ATTR_HTML: :width 800px
+  [[./disk-usage-by-types.png]]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]