diff options
author | Pjotr Prins | 2021-11-04 11:55:52 +0100 |
---|---|---|
committer | Pjotr Prins | 2021-11-04 11:55:52 +0100 |
commit | 04d79b5b657a50079f806221bc0a1cdab419b344 (patch) | |
tree | 9ca2fe17fbe573544659830f231c7ce6abb21e18 /topics/cli | |
parent | 5322de934b05658337a4109e8c6cb450d6f63c96 (diff) | |
download | gn-gemtext-04d79b5b657a50079f806221bc0a1cdab419b344.tar.gz |
weechat
Diffstat (limited to 'topics/cli')
-rw-r--r-- | topics/cli/weechat.gmi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/topics/cli/weechat.gmi b/topics/cli/weechat.gmi index b9119b2..2d9e33c 100644 --- a/topics/cli/weechat.gmi +++ b/topics/cli/weechat.gmi @@ -1,6 +1,8 @@ # Weechat -Arun has packaged weechat for slack and matrix. Current install using a guix environment: +Weechat is a very versatile terminal chat that can handle IRC, Matrix and Slack. + +Arun has packaged weechat for slack and matrix in GNU Guix. Current install using a guix environment: ``` env GUIX_PACKAGE_PATH=~/guix-bioinformatics/ ~/opt/guix-latest/bin/guix environment --ad-hoc coreutils weechat weechat-matrix weechat-wee-slack nss-certs openssl python @@ -17,6 +19,7 @@ If you go through the motions you get a token and ``` /slack register 2654233192084.2682932906197.fd6d6e55c0038f-etc-052b4fa578ec497710b4b8770f1-etc +/python reload slack ``` More instructions for https://github.com/wee-slack/wee-slack. |