From 50599e09bd1b079f33a8c522163b3b70a7fa23ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sun, 30 Oct 2016 18:49:07 +0100 Subject: Update README, add a screenshot for degesch --- README.adoc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'README.adoc') diff --git a/README.adoc b/README.adoc index 5924070..9b211e0 100644 --- a/README.adoc +++ b/README.adoc @@ -20,6 +20,8 @@ The IRC client. It is largely defined by being built on top of GNU Readline that has been hacked to death. Its interface should feel somewhat familiar for weechat or irssi users. +image::degesch.png[align="center"] + This is the largest application within the project. It has most of the stuff you'd expect of an IRC client, such as being able to set up multiple servers, a powerful configuration system, integrated help, text formatting, CTCP queries, @@ -142,6 +144,24 @@ Consult the source code and the GNU Readline manual for a list of available functions. Also refer to the latter for the exact syntax of this file. Beware that you can easily break the program if you're not careful. +How do I make degesch look like the screenshot? +----------------------------------------------- +First of all, you must build it with Lua support. With the defaults, degesch +doesn't look very fancy because some things are rather hackish, and I also don't +want to depend on UTF-8 or 256color terminals in the code. In addition to that, +I appear to be one of the few people who use black on white terminals. + + /set behaviour.date_change_line = "%a %e %b %Y" + /set behaviour.plugin_autoload += "fancy-prompt.lua,thin-cursor.lua" + /set behaviour.backlog_helper = "LESSSECURE=1 less -R +Gb -Ps'Backlog ?ltlines %lt-%lb?L/%L. .?e(END):?pB%pB\\%..'" + /set behaviour.backlog_helper_strip_formatting = off + /set attributes.reset = "\x1b[0m" + /set attributes.userhost = "\x1b[38;5;109m" + /set attributes.join = "\x1b[38;5;108m" + /set attributes.part = "\x1b[38;5;138m" + /set attributes.external = "\x1b[38;5;248m" + /set attributes.timestamp = "\x1b[48;5;255m\x1b[38;5;250m" + Configuration profiles ---------------------- Even though the applications don't directly support configuration profiles, -- cgit v1.2.3