Jules Amonith
Jules Amonith
@rashil2000 I think this can be closed now.
I find myself often agonizing over this topic all the time. Am I using the best state management system/library for my use case? Is there one that's best for most/all...
Hi @jhollender! I believe that prompt string is intended for cmd.exe; you can use it with the `prompt` command like so:  To set the prompt in PowerShell, you'll likely...
@mrfjca To persist the change, you'll want to save the string to the `%PROMPT%` environment variable. This can be accomplished in cmd using [`setx`](https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/setx): ```cmd setx PROMPT "$E[1;32;40m→ $E[1;36;40m$p$E[1;35;40m› $E[1;37;40m"...
How about [pget](https://github.com/Code-Hex/pget)?
Thanks for the response! I'm thinking it would be possible to vendor the Symfony component since it has no dependencies. All it needs is a [PSR-4 autoloader](https://www.php-fig.org/psr/psr-4/) which seems relatively...