[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/hyperdrive 383c1c606e 17/32: Docs: Document hyperdrive-dir
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/hyperdrive 383c1c606e 17/32: Docs: Document hyperdrive-dir-sort |
Date: |
Mon, 4 Sep 2023 18:59:34 -0400 (EDT) |
branch: elpa/hyperdrive
commit 383c1c606efb0ac6ddac17015079b2c70e5bf751
Author: Joseph Turner <joseph@ushin.org>
Commit: Adam Porter <adam@alphapapa.net>
Docs: Document hyperdrive-dir-sort
---
doc/hyperdrive-manual.org | 9 +++++++++
hyperdrive-dir.el | 1 -
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/doc/hyperdrive-manual.org b/doc/hyperdrive-manual.org
index 20ceb051a7..29aa212d38 100644
--- a/doc/hyperdrive-manual.org
+++ b/doc/hyperdrive-manual.org
@@ -171,6 +171,8 @@ default:
- ~^~ goes up to the parent directory
#+kindex: revert-buffer
- ~g~ refreshes the directory to display potential updates
+#+kindex: hyperdrive-dir-sort
+- ~o~ sorts directory contents by column
#+kindex: hyperdrive-dir-download-file
- ~d~ downloads the file at point to disk
#+kindex: hyperdrive-dir-delete
@@ -464,6 +466,13 @@ customize-group RET hyperdrive RET~:
- ~hyperdrive-directory-display-buffer-action~ :: Display buffer action
for hyperdrive directories. Passed to ~display-buffer~, which see.
+#+vindex: hyperdrive-directory-sort
+- ~hyperdrive-directory-sort~ :: Column by which directory entries are
+ sorted. Internally, a cons cell of (KEY . PREDICATE), the KEY being
+ the `hyperdrive-entry' accessor function and the PREDICATE being the
+ appropriate function (e.g. `time-less-p' for
+ `hyperdrive-entry-modified', `<' for `hyperdrive-entry-size', etc).
+
#+vindex: hyperdrive-column-headers
- ~hyperdrive-column-headers~ :: Display column headers in
~hyperdrive-dir~ and ~hyperdrive-history~ buffers. Defaults to ~t~.
diff --git a/hyperdrive-dir.el b/hyperdrive-dir.el
index 61cce7e146..25813dff41 100644
--- a/hyperdrive-dir.el
+++ b/hyperdrive-dir.el
@@ -175,7 +175,6 @@ Interactively, visit file or directory at point in
(hyperdrive-history entry))
(defun hyperdrive-dir-sort (directory-sort)
- ;; TODO(doc): hyperdrive-dir-sort.
"Sort current `hyperdrive-dir' buffer by DIRECTORY-SORT.
DIRECTORY-SORT should be a valid value of
`hyperdrive-directory-sort'."
- [nongnu] elpa/hyperdrive aa969e7bf5 10/32: Add: Progress report in footer, (continued)
- [nongnu] elpa/hyperdrive aa969e7bf5 10/32: Add: Progress report in footer, ELPA Syncer, 2023/09/04
- [nongnu] elpa/hyperdrive bf955d34d3 28/32: Add/Change: (hyperdrive-column-headers), ELPA Syncer, 2023/09/04
- [nongnu] elpa/hyperdrive de8a963986 05/32: WIP, ELPA Syncer, 2023/09/04
- [nongnu] elpa/hyperdrive d75559667b 06/32: WIP, ELPA Syncer, 2023/09/04
- [nongnu] elpa/hyperdrive 126f767a46 12/32: Comment: Add TODO, ELPA Syncer, 2023/09/04
- [nongnu] elpa/hyperdrive 7d20ba30ad 19/32: Fix/Change: Use hyperdrive-queue-size everywhere, ELPA Syncer, 2023/09/04
- [nongnu] elpa/hyperdrive fb915a005c 25/32: Comment: Add TODO, ELPA Syncer, 2023/09/04
- [nongnu] elpa/hyperdrive 9100b1e748 29/32: Fix: (hyperdrive-column-headers), ELPA Syncer, 2023/09/04
- [nongnu] elpa/hyperdrive 369ec34f4f 21/32: Comment: Remove TODO, ELPA Syncer, 2023/09/04
- [nongnu] elpa/hyperdrive 899202254b 23/32: Comment: Remove TODO, ELPA Syncer, 2023/09/04
- [nongnu] elpa/hyperdrive 383c1c606e 17/32: Docs: Document hyperdrive-dir-sort,
ELPA Syncer <=
- [nongnu] elpa/hyperdrive 32b319d850 20/32: Meta: Update changelog, ELPA Syncer, 2023/09/04
- [nongnu] elpa/hyperdrive f70d3276fc 22/32: Comment: Remove TODO, ELPA Syncer, 2023/09/04
- [nongnu] elpa/hyperdrive f670ac3cf7 26/32: Change: (-handler-directory) with-silent-modifications in finally, ELPA Syncer, 2023/09/04
- [nongnu] elpa/hyperdrive 55ee45a7f0 30/32: Change: (hyperdrive-dir-sort), ELPA Syncer, 2023/09/04
- [nongnu] elpa/hyperdrive 79c4bdf2ec 31/32: Comment: Remove TODO, ELPA Syncer, 2023/09/04
- [nongnu] elpa/hyperdrive d3084390ea 24/32: Comment: Update TODO, ELPA Syncer, 2023/09/04