aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-02-03 22:57:47 +0100
committerMaciej Barć <xgqt@gentoo.org>2023-02-03 22:57:47 +0100
commit333ebab95d66e20cc0aa79a0e8cc476af473a153 (patch)
tree6e97bdb7038b0f181d48a51dbcf358b3879af0e1
parentelogt.el: name the indexes (diff)
downloademacs-elogt-333ebab95d66e20cc0aa79a0e8cc476af473a153.tar.gz
emacs-elogt-333ebab95d66e20cc0aa79a0e8cc476af473a153.tar.bz2
emacs-elogt-333ebab95d66e20cc0aa79a0e8cc476af473a153.zip
elogt.el: add TODOs
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r--elogt.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/elogt.el b/elogt.el
index 600f03d..6b6bc30 100644
--- a/elogt.el
+++ b/elogt.el
@@ -32,12 +32,22 @@
;;; Commentary:
+
;; Portage Emerge log browser for GNU Emacs.
;; ElogT displays the Portage logs in a convenient table and allows log file
;; browsing and deletion.
+;; TODO: Clean files older than X.
+
+;; TODO: Show only Priority P or Category C.
+;; `elogt-narrow-priority' and `elogt-narrow-category'
+
+;; TODO: Rewrite `elogt--make-log-table-contents'?
+;; Maybe Use `dolist' or `do'?
+
+
;;; Code: