zulip-terminal
zulip-terminal copied to clipboard
Official Zulip terminal client.
`is_announcement_only` flag is present in `model.stream_data`. The user should be notified ( in the footer ) if they don't have permissions to post to the stream.
Currently, we use `msg_bold` for bold and italic text. While this does differentiate the two from the rest of the message, the distinction between these two remains unaddressed. We could...
When we enter/leave the topic list, we currently reset the focus in the topic list to the top - even if previously it was some distance down the list. I'd...
Currently we use `platform` to determine which platform we're running on, currently primarily for notifications. There are currently some limitations in this: * while not expected, we don't ensure that...
With #563, monochrome support is much improved, for a truly high-contrast (or retro!) experience. However: * Can we improve the 'colors' used for each style? There are very few combinations...
Shortcuts are paramount in the ZT experience, and new users must go through the Help menu very frequently. So, it makes sense to have a search functionality within the Help...
This is a preparatory issue for a piece of work that will be eventually required to correctly implement Zulip's future user-group based permissions model. In https://github.com/zulip/zulip/issues/21611, we add API support...
**What does this PR do?** This PR enhances the display of consecutive starred and/or unstarred messages which have identical dates, times, and authors. Earlier all such messages which had similar...
**What does this PR do?** This adds a feature to copy code snippets as mentioned in [#1123 ](https://github.com/zulip/zulip-terminal/issues/1123)  Work in progress **Tested?** - [ ] Manually - [ ]...
Often it's useful to extract code - or maybe any quoted text? - from a message. The likely initial way to implement this would be to ultimately add an extra...