zulip-terminal
zulip-terminal copied to clipboard
Official Zulip terminal client.
I'm filing this to track @aero31aero 's work on #388 in the past, and potential areas to improve in a similar way. I agree with the main thrust of the...
Adds a config option layout=space-between to make the center column fix width and add space between the three columns on wider screens. On smaller screens, the original behavior is preserved....
Currently, when ZT is opened in a terminal with a large enough size, the popups do scale with the terminal up to a minimum dimension as defined in #1005. But,...
**What does this PR do?** This PR improves terminal width readability and support for both small and wide terminals. Partial fix for #1005 [topic link](https://chat.zulip.org/#narrow/stream/206-zulip-terminal/topic/Zooming) **Tested?** - [x] Manually -...
Known issues, in approximate priority order: * [ ] 'All messages' is not accessible from a panel context * [ ] Depending on user name/email and organization name/url, this can...
### What does this PR do, and why? Refactors `set_footer_text()` of core.py Refactors `lint_hotkeys` heavily, in preparation for contexts. Introduces `context` to track the current focus. Uses context to generate...
### What does this PR do, and why? ZT freezes when connection is lost while fetching data from the server. This PR attempts to notify the user better about the...
Mentions in general are summarized here: https://docs.zulip.com/help/mention-a-user-or-group Many of the options are autocompleted as documented in our [FAQ entry](https://github.com/zulip/zulip-terminal/blob/main/docs/FAQ.md#what-is-autocomplete-why-is-it-useful). Current outstanding elements are: - `@**topic**` (only feature level 224, Zulip...
This issue extends PR #880 and should work towards improving the Stream Info view in ZT. Currently, there are just two checkboxes in `StreamInfoView`(mute_stream & pin_to_top). These are fine but...
While autocomplete does handle #**stream** and (eventually) #**stream>topic name**, it would be useful to have ZT be able to copy a link to a selected message both optionally more specifically...