Sujet : Re: What?
De : damien.wyart (at) *nospam* free.fr (Damien Wyart)
Groupes : comp.unix.shellDate : 24. Sep 2024, 12:10:13
Autres entêtes
Organisation : Serveur de News Free
Message-ID : <66f29006$0$3283$426a74cc@news.free.fr>
References : 1 2 3
User-Agent : Gnus/5.13 (Gnus v5.13) Emacs/31.0.50
*
gazelle@shell.xmission.com (Kenny McCormack) in comp.unix.shell:
What is a "framework prompt" ?
Sorry, wanted to write "(shell, not LLM) prompt framework" :)
In addition to Starship, the main ones that come to mind are:
-
https://github.com/liquidprompt/liquidprompt-
https://github.com/JanDeDobbeleer/oh-my-posh-
https://github.com/b-ryan/powerline-shell (not active any more, it seems)
-
https://github.com/justjanne/powerline-goThese two are also very well-known, but only work with zsh:
-
https://github.com/ohmyzsh/ohmyzsh (much wider scope than prompt, but
customizing it is one the most visible features)
-
https://github.com/sindresorhus/pureI use zsh, so I tested most of them and I chose Starship as my daily driver.
-- DW