zulip-terminal
zulip-terminal copied to clipboard
Official Zulip terminal client.
### What does this PR do, and why? WIP ### Outstanding aspect(s) - [ ] ### External discussion & connections - [ ] Discussed in **#zulip-terminal** in `topic` - [...
This is a follow-up to the user-visible #1288, as fixed by #1322. - Rename/clarify internal variables; we could dedicate a specific task to this, but it may be more effective...
Currently, the `model.py` code handles the edit of the message from which the event originated. But an edit originating from one message can affect multiple messages (for eg. propagation mode...
**What does this PR do?** This is a rebase and minor adjustment to get #1244 working against current `main`. This seems to work well, highlighting the stream in the left...
This is likely to be a fairly big project, but I think it's one of the most important large structural changes that zulip-terminal may want to make. There's an argument...
Currently we indicate in the help menu that `?` 'show/hide the help menu', and indicate that 'up/down scrolls' in the title - and similarly for many other standard popups. This...
With the introduction of the OSC 8 escape sequence, hyperlinks with custom text become possible to display on terminals. It would be useful to implement this in Zulip terminal but...
WSL notifications were removed in 0.5.2. We should aim to add back a secure version.
This commit updates the developer-feature-tutorial.md file which used outdated code for the typing feature. Adding to the previous tutorial this add: * More details about the REST API, * A...
### What does this PR do, and why? This pull request Migrates get_next_unread_pm & tests to model. Created this new version to the pull request to make it cleaner by...