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

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

[elpa] externals/disk-usage 2874158 03/26: Add TODOs about file-notify,


From: Pierre Neidhardt
Subject: [elpa] externals/disk-usage 2874158 03/26: Add TODOs about file-notify, date filtering, formatting and process-file
Date: Tue, 26 Feb 2019 03:06:36 -0500 (EST)

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

    Add TODOs about file-notify, date filtering, formatting and process-file
---
 disk-usage.el | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/disk-usage.el b/disk-usage.el
index 52d36d2..2822127 100644
--- a/disk-usage.el
+++ b/disk-usage.el
@@ -53,6 +53,16 @@
 (require 'tabulated-list)
 (eval-when-compile (require 'cl-lib))
 
+;; TODO: Work out the docstrings and align to 80 columns.
+
+;; TODO: Use process-file instead of call-process.
+
+;; TODO: Filter out files by date.  Make generic filter function?  Could factor
+;; disk-usage-files into this.
+
+;; TODO: Use file-notify library to watch file system changes and auto-update.
+;; Also see https://github.com/Alexander-Miller/treemacs#filewatch-mode.
+
 ;; TODO: Apparent size?  Not obvious, because Emacs file-attributes does not 
support it.
 ;; TODO: Helm-FF does not work when file-name-nondirectory is on.
 ;; TODO: Add support for charts?



reply via email to

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