zulip-terminal
zulip-terminal copied to clipboard
Official Zulip terminal client.
**What does this PR do?** On the Zulip terminal, users with same name weren't discernable because they were considered the same users. This PR compares users based on their user...
Fixes #1238 **What does this PR do?** refactored code such as topic_links are now below message_links so that when displayed in the information popup, message link is shown above topic...
**What does this PR do?** This PR is to add support for keywords in search bar. Fixes #638 Channel discussion: [Expand search support #T638 #T1258](https://chat.zulip.org/#narrow/stream/206-zulip-terminal/topic/Expand.20search.20support.20.23T638.20.23T1258) **Tested?** - [x] Manually -...
This issue is mainly to track this feature and needs more investigation before proceeding. However, from semi-recent discussion, this may be as simple as when the historical flag flips between...
ZT has a different feature set to other clients right now, and to some extent the UI is also different. This could encompass https://zulip.com/help/reading-strategies, but also cover - use of...
These events are now supported in the main server, so even if we do not support users marking messages unread at this point, we should update our state of the...
Implement #1261 first, which is much higher priority to ensure data integrity is maintained while a terminal session is open. This concerns adding primarily UI code to support the user...
**What does this PR do?** The PR is for handling any changes made with respect to the users' meta data ie, meta data of the current user and that of...
Following the configuration of other terminal-configuration files, the default `zuliprc` file should be called `.zuliprc` without having to explicitly specify it using the `-c` switch.
Currently we regularly get new presence information, but I believe the user information is fixed as per the start of the session. We should implement event handling to update the...