Hacker News new | ask | show | jobs
by aidenn0 3033 days ago
Now I want a mattermost version of this; the mattermost native client for linux is so terrible as to be nigh unusable (I need to restart it every 24-72 hours as it just hangs regularly).
3 comments

You could try this libpurple plugin for Mattermost [0]. Should work fine with finch if you want it to live in a terminal or tmux session or something, or else Pidgin or Adium if you want a more GUI look.

Haven't tried this plugin myself though.

[0]: https://github.com/EionRobb/purple-mattermost

Shameless plug: I'm one of the developers of https://github.com/matterhorn-chat/matterhorn which is a terminal-based Mattermost client for Unix-like systems. I haven't used slack-term so I don't know how it compares feature-per-feature, but we definitely try to make most day-to-day features of Mattermost usable from a terminal setting.
Maybe https://github.com/42wim/matterircd can help you. It also supports slack (experimental)
Did you write that? Thanks!

I actually do use this, but it is missing a lot of useful features, some of which seem unimplementable in IRC

One example: the mattermost clients won't register a message as "read" until you switch to that view, so if e.g. I check messages on my phone, I will see unread messages, but IRC doesn't have a way of communicating this between client and server so matterircd seems to mark all messages as "read" with mattermost)

Yes, it does mark them all as read. (because they're technically read by the irc client, even if you haven't yet)

I'm open for ideas on how to fix this, eg manually sending a /quote read command is maybe an option with irc client plugins.

(feel free to open issues with feature requests btw)