[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/rcirc-sqlite 2bfdc5e329 2/3: Mention new drill-down fun
From: |
ELPA Syncer |
Subject: |
[elpa] externals/rcirc-sqlite 2bfdc5e329 2/3: Mention new drill-down functionality |
Date: |
Tue, 13 Feb 2024 06:58:42 -0500 (EST) |
branch: externals/rcirc-sqlite
commit 2bfdc5e3299534bd45380c7a4a4b5d9589973724
Author: Matto Fransen <matto@matto.nl>
Commit: Matto Fransen <matto@matto.nl>
Mention new drill-down functionality
---
README.org | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/README.org b/README.org
index 08b69de9ae..4d6fe2d82c 100644
--- a/README.org
+++ b/README.org
@@ -3,13 +3,12 @@
Find here the source for ~rcirc-sqlite.el~, that stores the logging from
~rcirc~ into a SQLite database.
-~rcirc~ is a default, simple IRC client in Emacs. rcirc can be enable to
-log the IRC chats, it logs to files.
+~rcirc~ is a default, simple IRC client in Emacs. rcirc can be enabled
+to log the IRC chats, it logs to files.
This minor mode, when activated, diverts the rcirc logs to a SQLite
database.
-
* Installation and activation
** Installation
Create a directory for the package.
@@ -107,6 +106,9 @@ each channel the number of uniq nicks.
When ~Channels per nick~ is chosen, the buffer shows for
each nick the number of channels with messages from this nick.
+Use drill-down in the stats buffer to get more details, either by the
+"RET" key, or the left mouse button.
+
* Contribute
A copyright assignment to the FSF is required for all non-trivial code
contributions.