orangekame3 / paclear

👾paclear is a clear command with PAC-MAN animation👾
MIT License
214 stars 5 forks source link

Add option to set deafult color and speed #18

Closed teleter closed 10 months ago

teleter commented 10 months ago

Can you add a setting to enable the default color and speed?

orangekame3 commented 10 months ago

No, as of now, I do not plan to provide an option for default settings. You can likely achieve what you're looking for by setting up an alias.

For example, you can configure it as follows:

alias paclear="paclear -c yellow -s 2"
horw commented 10 months ago

I agree that using an alias works well for this type of default values.