zulip-terminal
zulip-terminal copied to clipboard
Official Zulip terminal client.
**What does this PR do?** As of ZFL 139, one can view all the users who have read a message. This commit allows users to see the read receipts on...
### What does this PR do, and why? Adding a key to copy raw message content since manually copying text in a terminal is pretty difficult due to the bars...
Zulip-terminal uses a "TUI", i.e. vertical splits of the terminal, to provide an intuitive user experience. Unfortunately, screen readers read, on the command line, the screen from left to right,...
### What does this PR do, and why? This PR fixes the Index Error mentioned in #1226. The PR resolves this by setting the focus pointer to the message index...
### What does this PR do, and why? Actions are upgrading to node 20, which is anticipated to occur via this major version bump of codecov-action. Other actions were upgraded...
### What does this PR do, and why? This PR introduces the [Hyperlink](https://urwidgets.readthedocs.io/en/stable/api.html#urwidgets.Hyperlink) widget for message links in message information popups. This solves the issue of long urls being force-wrapped...
### What does this PR do, and why? Added helper function to send request and get stream email_address, and called the helper function when user is viewing Stream Information. ###...
The Zulip Terminal currently opens with All Messages in the central column and the initial cursor position on All Messages button rather than the central column. The aim here is...
### What does this PR do, and why? Introduces the ability to copy code snippets, building upon the groundwork laid by @yuktasarode, @kingjuno, and @neiljp in previous pull requests: #1134...
### What does this PR do, and why? This PR is currently preparation for the addition of a collapsible DM panel in the left side UI view. ### Outstanding aspect(s)...