zulip-terminal icon indicating copy to clipboard operation
zulip-terminal copied to clipboard

Official Zulip terminal client.

Results 317 zulip-terminal issues
Sort by recently updated
recently updated
newest added

**What does this PR do?** Added the shortcut hint for displaying Topics to the Streams Panel and a hint to get back to Streams in the Topics Panel. Associated with...

size: M
PR awaiting update

This is an element of #791. We now have a clear unique platform determination via code in `platform_code.py` which runs on startup. For various reasons it would be useful to...

help wanted
good first issue
area: UI

It would be nice if received images were rendered in ASCII. Currently, I always need to download them first and render them in ASCII afterwards. This feature is very important...

enhancement
area: message rendering

**What does this PR do?** Tests Chafa Image rendering inside urwid. Relevant discussion can be found [here](https://chat.zulip.org/#narrow/stream/206-zulip-terminal/topic/Image.20Viewer.20using.20Chafa) **Notes** * The UI code is very messy but it displays functionality. *...

size: XL
area: message rendering

I've only seen this once, so this is likely an uncommon situation. This caused the popup which occurs when an event handler function doesn't handle all exceptions, from an error...

bug
help wanted
area: event handling

Following #1173 it would be useful to look through other markdown in Zulip and see how it is output in notifications, and attempt to improve it if possible. Possible issues:...

help wanted
area: notifications

This is a feature request for ZT to have option for user to input custom API request to the server (this could either be specified in cfg or in a...

enhancement
IDEA

This is not as apparent with servers that have a limited number of users. However, with [CZO](https://chat.zulip.org/), which currently has ~16000 users, the performance hit is quite evident. We should...

further discussion required
area: optimization

Currently the stream box can be quite wide; we spread the boxes between the available width. While topic length can vary, we should be able to find some way to...

help wanted
good first issue
area: UI
area: message compose

Users running the development version of the app might have outdated packages if the packages are upgraded in subsequent commits. While starting up, ZT should check if the package versions...

help wanted
area: infrastructure