zulip-terminal icon indicating copy to clipboard operation
zulip-terminal copied to clipboard

Official Zulip terminal client.

Results 364 zulip-terminal issues
Sort by recently updated
recently updated
newest added

When messages have been edited in any way (content, topic, stream) then we should be already showing an `EDITED` label to the left of the content, under the sender name....

help wanted
good first issue
area: UI
missing feature: user
version parity: 5

We currently don't support the unavailable status option which can be turned on from the "set yourself as unavailable" option in the webapp. * An initial version could be to...

area: UI
area: event handling
missing feature: user

**What does this PR do?** This WIP PR migrates earlier struture of ``RightColumnView`` in ``views.py`` to structure similar to ``LeftColumnView`` with toggling between ``StreamsView`` and ``TopicsView``. This PR mainly intends...

area: UI
size: XL
PR awaiting update

Our current set of supported unicode emoji are irregularly fetched from the current master/main branch using `tools/fetch-unicode-emoji-data`, translated using another script, and then integrated via a commit with the resulting...

enhancement
further discussion required
FUTURE
version parity: 6
area: emoji

This PR implements syntax highlighting for markdown code blocks by creating a padded "box" which would visually separate as code. Currently, only looks good in dark theme. **Commit 1:** themes:...

has conflicts
size: XL
area: message rendering
PR needs review
area: colors/styles/themes

This issue tracks supporting the read receipts feature which is likely to release in Zulip 6.0. The equivalent mobile issue is zulip/zulip-mobile#5367 In the server this was covered by zulip/zulip#18935,...

area: UI
further discussion required

In Terminal on macOS `Ctrl + d` closes processes, while everything including the `Meta` key (aka `Alt`) is translated to a special character instead – making `Alt + Enter` not...

enhancement
high priority
GSoC
area: hotkeys
area: config

From feature level 216 (Zulip 8.0), `realm_enable_guest_user_indicator` is present in the response from `register` (and in events), which should control whether we add a `(guest)` suffix to users with that...

help wanted
area: UI
in progress
version parity: 8

Many of our tests have type hints, primarily on fixtures and the test function parameters, but we have some remaining exclusions, as noted in #1229. It is worth noting that...

help wanted
good first issue
in progress
area: tests
area: refactoring

### What does this PR do, and why? Adds support to control and format the display of hotkey combinations to the user. \ To render keys as seen on the...

enhancement
area: hotkeys
size: XL
feedback wanted
PR needs review