zulip-terminal
zulip-terminal copied to clipboard
Official Zulip terminal client.
This PR adds a feature to capture the screen of ZT using the hotkey `meta c`. The screenshots are saved locally in `screenshots/` (format: `png`) This PR could also potentially...
This is a fairly small migration in Zulip 7.0, server feature level 164 (https://zulip.com/api/changelog). Quoting the changelog entry: > [POST /register](https://zulip.com/api/register-queue): Added the server_presence_ping_interval_seconds and server_presence_offline_threshold_seconds fields for clients to...
To reproduce: * Compose a message in a stream with a new topic, and another one (or more) below it * Move the top messages to a different topic (edit...
The workflow uses CRON time syntax to schedule the check daily at a specific time. In case of a mismatch in fetched data and existing data, the check would fail...
An empty search string shows an empty search box and jumps to eg. the full selection of streams, leaving the search box blank. This caused confusion because it was an...
This PR deals UI enhancements related to display and reattempting search. While reattempting search: * The caption sets to empty string * The previous edit_text does not get erased so...
@preetmishra Thanks for your primary work on this in a local branch, that helped me structuring this PR with separate commits and additional tests. This PR adds a basic support...
Zulip servers (at API feature level 174) support "direct" as the preferred message `type` for direct/private messages when sending messages and sending typing notifications; see https://github.com/zulip/zulip/pull/25154. For servers at this...