I spend so little time relatively on my own machine’s terminal and even when I do I don’t want it to be totally different from the boxes I SSH into every day. That context switch would be frustrating. Nor do I have the desire to push for something like this to be installed on our fleet of servers. Do the people who use this (along with terminal emulators that require you install things on the host to get the full pow…
Starship.rs: minimal, fast prompt for any shell
71–80 of 160 posts
Re: Starship.rs: minimal, fast prompt for any shell
#72Starship users: how do you track updates? I manually update occasionally (mostly months)
Need to check on how to handle it on shells with no root access.
Re: Starship.rs: minimal, fast prompt for any shell
#73Starship's an excellent prompt replacement. I think it goes well with the fish shell: it's much nicer than the default, without requiring customisation.
Switching to Starship was actually what inspired me to also switch from Bash to Fish. Purely because of the transient prompt feature, which is not supported for Bash. With the transient prompt, you can have things like Git or Kubernetes status on your “main prompt”, but without always printing them in the terminal for the commands you ran previously. It keeps the history much cleaner, and therefore more pleasant to s…
Re: Starship.rs: minimal, fast prompt for any shell
#74I spend so little time relatively on my own machine’s terminal and even when I do I don’t want it to be totally different from the boxes I SSH into every day. That context switch would be frustrating. Nor do I have the desire to push for something like this to be installed on our fleet of servers. Do the people who use this (along with terminal emulators that require you install things on the host to get the full pow…
I suppose I “just don’t use other machines” and when I do, they suck and mine rocks, which I consider a lot better than “both sucks, but I am used to it”
Re: Starship.rs: minimal, fast prompt for any shell
#75does this play well with omz?
Re: Starship.rs: minimal, fast prompt for any shell
#76Earlier quoted context omitted.
it’s trivial to configure fwiw. with as much info as it is capable of showing it’s a stretch to think it’ll magically know what you want.
My problem is not that it didn’t do what I want, just that it seems to work in a “opt in to everything by default” which was overwhelming. I prefer things that without config don’t do anything or do the bare minimum and then lets me slowly add to it.
Re: Starship.rs: minimal, fast prompt for any shell
#77My interactive shell experience has substantially improved after installing Starship. :) The other thing was changing from Bash to Fish.
Re: Starship.rs: minimal, fast prompt for any shell
#78Earlier quoted context omitted.
Switching to Starship was actually what inspired me to also switch from Bash to Fish. Purely because of the transient prompt feature, which is not supported for Bash. With the transient prompt, you can have things like Git or Kubernetes status on your “main prompt”, but without always printing them in the terminal for the commands you ran previously. It keeps the history much cleaner, and therefore more pleasant to s…
I’m not sure I understand. Do you have a screenshot shot of something with and without transient prompt that shows the difference?
Re: Starship.rs: minimal, fast prompt for any shell
#79Am I the only one who is getting tired of "It's X in rust" type projects? It's making me dislike the community. Rust is not a user feature, it's an implementation detail.
Re: Starship.rs: minimal, fast prompt for any shell
#80Here is what a minimal shell prompt looks like:
$
Here is another one which only uses the shells own facilities: current-directory@hostname $
Running a complex piece of software every time the shell needs to display it's prompt, is not "minimal", regardless of how fast and well written said piece of software is.