akshaykmr/teletype

Streaming indicator not functioning with powerlevel10k theme.

Open

#12 opened on Jun 20, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (9 forks)github user discovery
bughelp wanted

Repository metrics

Stars
 (132 stars)
PR merge metrics
 (Avg merge 3h 39m) (12 merged PRs in 30d)

Description

We prefix the shell prompt with a streaming indicator (prefixed emoji to shell prompt, so that user doesn't forget their shell is being shared).

Relevant file:

https://github.com/akshaykmr/teletype/blob/master/src/lib/teletype/index.ts#L81..L84

I've tried precmd_functions approach, it only works for the first prompt (resets on its own).

Contributor guide