akshaykmr/teletype

Streaming indicator not functioning with powerlevel10k theme.

Open

#12 geöffnet am 20. Juni 2025

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (9 Forks)github user discovery
bughelp wanted

Repository-Metriken

Stars
 (132 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 3h 39m) (12 gemergte PRs in 30 T)

Beschreibung

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