branch: externals/disk-usage
commit 2874158d7ef7cd9340fa7de4d414c8e76080570b
Author: Pierre Neidhardt <[email protected]>
Commit: Pierre Neidhardt <[email protected]>
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?