summaryrefslogtreecommitdiff
path: root/.config/newsboat/config
AgeCommit message (Expand)Author
2021-09-20background browserxyz
2021-09-18newsboat, mpvsel backgroundxyz
2021-09-18newsboat, mpvsel, refactorxyz
2021-08-06newsboat add arch linux all projects rss feed, ignore all expected interestedxyz
2021-07-27more newsboat configxyz
2021-06-30newsboat configxyz
pan> tz_from="$(tzselect)";; F) tz_from="$OPTARG";; # one extra ',' at the end will not let `for tz in ...` loop one extra time? t) for i in $(seq "$OPTARG"); do tz_to="$(tzselect),$tz_to" done;; T) tz_to="$OPTARG,$tz_to";; \?) exit 1;; esac done shift $((OPTIND-1))