zulip-terminal
zulip-terminal copied to clipboard
Official Zulip terminal client.
When messages with certain emoji's appear, the right border line of Middle Column, seems to be mismatched. One example of such an emoji is . (have not done an extensive...
These change infrequently, but it would be useful to be alerted when these need to be updated. We have a script which fetches and converts the emoji right now, which...
## Description - Add an Issue Template to streamline creating new Issues - Add a PR Template to document the changes implemented. I would like to work on the same....
#411 (support stream pinning events) was effectively completed by #695, which also integrated existing stream muting events and updating into a UI in the stream popup, where they could be...
Currently, the web-app has the following stream settings commonly accessible:  Such a view is much needed in ZT and will help toggle simple stream settings with ease. Currently out...
This PR fixes the mismatch between stream settings if the `StreamInfo` popup is opened in ZT and subscription events are received from the server. The current approach registers a callback...
Currently, the stream settings pop-up is not updated after receiving pin/mute stream events. This causes a mismatch between the stream state and the pop-up checkbox state when the settings are...
We're close to merging https://github.com/zulip/zulip/pull/16984, which will add support for the pygments `hl_lines` feature (being able to highlight lines in a markdown code block). We should test how that new...
Commands like `autocomplete` can support only a single key, due to restrictions by the `urwid_readline` package. We want to ensure that the user does not specify multiple keys, on commands...
With #550 merged, we now support rendering for tables in `zulip-term (ZT)`. The mentioned PR inscribes the building blocks for the support, however, there's still room for refinements. - [...