cabal-club / cabal-cli

Terminal client for Cabal, the p2p chat platform.

Home Page:https://cabal.chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can cabal support chatting in emacs?

Imymirror opened this issue · comments

I use telega.el to chat as telegram client in Emacs.

If cabal can chat in Emacs like telega, It will be perfect.

One approach is to write a wrapper program in nodejs around cabal-client that reads client (emacs) commands from stdin and writes events & info (from cabal) to stdout. Then emacs could just spawn that script as a subprocess and interact with it via stdin/stdout streams. A good place to start would be @timgoeller's cabal-bot-core.