diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-23 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-30 02:00:00 +0200 |
commit | 844a98ed52ce60aa28bf23aa337218a4b54f83d5 (patch) | |
tree | 202c1f6e7b50f4167d048d1797f3500fd8e50634 /gnu/packages/irc.scm | |
parent | fdc07212539eb2471cd5c67e42067b6fb4851db4 (diff) |
gnu: glirc: Extend description.
* gnu/packages/irc.scm (glirc)[description]: Extend.
Diffstat (limited to 'gnu/packages/irc.scm')
-rw-r--r-- | gnu/packages/irc.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm index 7c6f33889d..cbe80f5e45 100644 --- a/gnu/packages/irc.scm +++ b/gnu/packages/irc.scm @@ -148,9 +148,11 @@ (home-page "https://github.com/glguy/irc-core") (synopsis "Console IRC client") (description - "Glirc is a console IRC client with an emphasis on providing dynamic views -into the model of your IRC connections. All views and transformation are -dynamic and don't change the underlying model.") + "Glirc is a console IRC client that focuses on providing both high-detail +and concise views of an IRC connection. All views and transformation are +dynamic and don't change the underlying model. It also provides advanced +line-editing features including syntax-highlighting, multi-line buffering, +and argument placeholders.") (license license:isc))) (define-public quassel |