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

### What does this PR do, and why? WIP ### Outstanding aspect(s) - [ ] ### External discussion & connections - [ ] Discussed in **#zulip-terminal** in `topic` - [...

size: L

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...

help wanted
in progress
area: refactoring
api migrations
TRACKING

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...

area: UI
area: event handling
area: message editing

**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...

enhancement
area: UI
size: M

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...

IDEA

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...

enhancement
help wanted
area: hotkeys
area: popup

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...

enhancement
area: UI
mouse support (low priority)
area: message rendering
area: config

WSL notifications were removed in 0.5.2. We should aim to add back a secure version.

enhancement
help wanted
high priority
area: notifications
platform: WSL

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...

has conflicts
size: XL
area: documentation
PR awaiting update
PR ready to be merged
area: documentation: development

### 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...

area: tests
size: M
area: refactoring
PR completion candidate