zulip-terminal
zulip-terminal copied to clipboard
Official Zulip terminal client.
### Description of documentation - There is quite extensive documentation available on [subsystems](https://zulip.readthedocs.io/en/latest/subsystems/index.html), at least in terms of the server implementation; that's not all directly applicable to us, but it...
This issue is drawn-out from #887. Currently, ZT supports audible notification only in OSX. We need to extend the support for other platforms as well. From a brief recent discussion...
### What does this PR do, and why? Check for typos in category names. Previously, these typos would go unnoticed, with the key binding going missing from the help menu....
### Description The current help is organized into *categories*, with each *hotkey* falling into one of these, with a matching *description*. As hotkeys have developed over time, they have been...
### What does this PR do, and why? The keys for 'all messages' (`a`, `Esc`) did not work reliably except when a message is selected. This PR makes its behavior...
### What does this PR do, and why? Addressed issues with file path separators `\\` and GUI return codes specific to WSL environments. Fixes the failing of these tests on...
### What does this PR do, and why? Adds the following features: - Support recognizing zuliprc from multiple select locations. - `~/zuliprc` - the user's downloads directory - the user's...
### What does this PR do, and why? Adds the following new help categories to remove the corresponding context-suffixes (in parentheses) from help texts: - Stream information ("from stream information"...
### What does this PR do, and why? - Groups commands that switch narrows - Improves their help descriptions ### Outstanding aspect(s) Feedback on the following are needed: - name...
### What does this PR do, and why? This update PR tests for the transform_content class method for `self.message_links` and `self.time_mentions`. The addition of these tests addresses feedback from issue...