trehn / termdown

Countdown timer and stopwatch in your terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Config for default values

flo2k opened this issue · comments

Hi,

I like termdown and want to use it on a regular basis. Is it possible to specify a config file where some things - e.g. the default font - is specified?

Best

flo2k

You can use a shell alias for that. For bash:

alias termdown='termdown -f roman'

Hi @trehn,

Thanks for that hint: this works for me.

Best

flo2k