zulip-terminal
zulip-terminal copied to clipboard
Official Zulip terminal client.
### Description of feature missing from other Zulip clients While a more keyboard-focused client, our user autocomplete could benefit from aspects found in other clients: (web, and recently flutter zulip/zulip-flutter#692...
I noticed that when autocompleting a topic when composing a message, that the topic did not appear in the list since it was resolved. This is also an issue in...
### Description of feature This could include various hotkeys, which may or not be appropriate to the terminal environment. These may conflict with existing keys, but we should collect them...
**What does this PR do?** _MOUSE_SELECTION_KEY_ is changed to _**Fn + cmd**_ in MacOS platform **Testing** - [x] Manually - [x] Passed linting & tests (each commit) Commit changes ```diff...
### Description of documentation Documents such as https://zulip.readthedocs.io/en/latest/contributing/code-style.html are very good for Zulip as a whole, but inevitably include references to tools/languages that we do not use. There are also...
### Description of documentation This should summarize the structure of the application code, indicating broadly where certain elements are found, and flows of control occur. Specifically not leaving much detail...
There is no specific key called meta on the keyboard and it would be better if we add additional info about the meta and alt key relation in the README....
### Client terminology migration description Like other migrations of this type, this should eventually include updating: - [ ] User-visible UI - [ ] Documentation - [ ] Any API...
Allow copying traceback from the Exception has occurred popup. ### External discussion & connections - [x] Discussed in **#zulip-terminal** in `View object has no attribute topic_w` - [ ] Fully...
### What does this PR do, and why? Break the restriction that a hotkey can only belong to a single category, allowing a hotkey to be displayed in multiple relevant...