Kissaki

joined 2 years ago
[–] Kissaki@programming.dev 2 points 1 day ago

I'm usually not using bash locally, and remotely don't change the prompt, but Starship works in bash too.

I use Nushell with Starship (cross platform prompt) in Windows Terminal.

~
nu ❯                                  took 52ms

Path above prompt, prompt with shell name and a character, and on the right side how long the previous command took. The Character changes color from green to red when the last command exited with a non-0/-success exit code.

In a git repo folder it shows git info too - the branch symbol won't show here because here is not a nerd font with symbols; I'll add a screenshot:

C:\dev\dotnet\meercat-monitor on  main [?]
nu ❯                                                                took 1ms 

collapsed inline media

Starship can show a bunch of status/state information for various tools, package managers, docker, etc.

I wouldn't show my PROMPT_COMMAND, but it's a nu closure so not really comparable to bash. But as I said, Starship works with Bash too.

[–] Kissaki@programming.dev 3 points 2 days ago

with a risk of it becoming a speeddeathrun

[–] Kissaki@programming.dev 8 points 3 days ago* (last edited 3 days ago) (1 children)

Oh no, not Discourse :( I never liked Discourse. I guess mainly for the UI and UX/navigation.

Still likely an improvement for approachability. For a mailing list you essentially need pre-knowledge and a client to use reasonably well. A [Discourse] forum may need an account, but is hosted and straight-forward.

Given that it's already established I see why the question of alternative forms and platforms wouldn't even come up.

[–] Kissaki@programming.dev 1 points 2 weeks ago

Feature World Lighting: not implemented

Lighting is server side? o.O

I guess because it influences creep spawn or sth?

[–] Kissaki@programming.dev 0 points 2 weeks ago (1 children)

You always forget regex syntax?

I've always found it simple to understand and remember. Even over many years and decades, I've never had issues reading or writing simple regex syntax (excluding the flags and shorthands) even after long regex breaks.