#!/bin/sh daily () { # mail.yahoo.com/d/folders/6 is spam folder o "$BROWSER" https://github.com/notifications https://mail.google.com 'https://mail.google.com/mail/u/0/#spam' https://mail.yahoo.com https://mail.yahoo.com/d/folders/6 https://kyun.host/ https://en.wikipedia.org/wiki/Portal:Current_events # alacritty --hold must be before -e # full window: -w156, am and pm in one line: -w114 o alacritty --hold -e rem -cu+2 -@ -w114 o alacritty --hold -e wtr o alacritty -e newsboat } monthly () { o "$BROWSER" https://smtp.cheogram.com/ http://download.huzheng.org o alacritty --hold -e rate } if [ $# -eq 0 ]; then daily else while getopts m opt; do case $opt in m) monthly;; \?) exit 1;; esac done fi