[Remind-Fans] default options?
Tim Chase
remind at tim.thechases.com
Fri Sep 23 10:11:22 EDT 2022
On 2022-09-23 09:34, Hymie! via Remind-fans wrote:
> Please allow an environment variable for default remind (or rem) options,
> so I don't have to type - at 2,2,1 every time
I've worked around this by setting up aliases/shell-functions
alias 1='rem -m -g -q -iCOLOR=2 - at 2'
for i in {2..9}
do
alias ${i}s='rem -m -g -q -iSENSITIVE=1 -iCOLOR=2 - at 2 "*"'${i}
alias ${i}='rem -m -g -q -iCOLOR=2 - at 2 "*"'${i}
done
once the new (beta) release makes its way into FreeBSD's package-repo,
I'll update my .bashrc to include the extra -@ parameters :-)
> Please allow a config file (or config options in my .reminders file)
> where I can set default options such as - at 2,2,1
That said, I wouldn't object to being able to move some of those
options to my .reminders file. O:-)
-tim
More information about the Remind-fans
mailing list