zulip-terminal
zulip-terminal copied to clipboard
Official Zulip terminal client.
This should hopefully be a fix for #642 #574 and #566
This PR disables cycling from the recipient box to any other box inside the `WriteBox` view using arrow keys, if the recipient name is invalid. This is very similar to...
Follow-up from #738, we should also disable switching from recipient box using arrow keys, in addition to currently supported `CYCLE_COMPOSE_BOX` key, if the recipient is invalid.
It is not possible to edit stream name for stream messages, nor the recipient emails for private messages. Thus, we should disable cycling to these boxes when a user tries...
Follow up PR #1194 **What does this PR do?** This PR displays ``Message sent outside current narrow`` even if narrowing from ``all_messages`` or ``all_PMs`` **Tested?** - [x] Manually - [x]...
When two messages have identical author and very similar date/time, messages are shown adjacently, without repeating either information. These messages appear 'merged', though will highlight separately when scrolled through. Starring/unstarring...
@shreyamalviya did some excellent work on this in #348, which I've rebased against master as of now as the latest commit at https://github.com/neiljp/zulip-terminal/tree/rebased-348-for-contextual-help That should be able to act as...
The full search feature available from a Zulip server is rather general, as listed here: https://zulipchat.com/help/search-for-messages Exploratory searches using eg. `sender:me` shows that currently these do not just get passed...
We conveniently show the keys to jump to search boxes, and when typing text it should be clear that this is filtering the results, or maybe just after pressing 'enter',...
On zulip-term version 0.6.0, if two users have the same name and send two messages in sequence within the same topic, the messages will be displayed as if coming from...