summaryrefslogtreecommitdiff
path: root/sfeed_update
AgeCommit message (Expand)Author
2023-12-29sfeed_update: reword some commentsHiltjo Posthuma
2023-12-29sfeed_update: code-style and consistency: add some comments for functionsHiltjo Posthuma
2023-12-29sfeed_update/sfeed_opml_export: only allow regular filesHiltjo Posthuma
2023-12-27sfeed_update: rename local variables just in caseHiltjo Posthuma
2023-12-27sfeed_update: remove xargs -sHiltjo Posthuma
2023-12-27sfeed_update: suppress output to stderr, like merge() already doesHiltjo Posthuma
2023-12-26sfeedrc: bump default maxjobs from 8 to 16Hiltjo Posthuma
2023-12-26sfeed_update: use xargs -P -0Hiltjo Posthuma
2023-12-26sfeed_update: mktemp: improve compatibility with older systemsHiltjo Posthuma
2023-12-26sfeed_update: disallow using a directory as a config fileHiltjo Posthuma
2023-12-15sfeed_update: add die() function for exit and cleanup, respect $TMPDIRHiltjo Posthuma
2023-12-09improve compatibility with zsh as a non-interactive shellHiltjo Posthuma
2023-06-09sfeed_update/sfeedrc: add url as parameter to the filter() and order() functionHiltjo Posthuma
2023-04-05sfeed_update: fail early if creating a temporary directory or status file failsHiltjo Posthuma
2023-02-17sfeed_update, sfeed_opml_export, README: reference the example sfeedrc man pageHiltjo Posthuma
2022-06-21fix some typisNRK
2022-03-28sfeed_update: change return to exit in mainHiltjo Posthuma
2022-03-25change echo to printf and for sfeed_opml_export use a control-character separ...Hiltjo Posthuma
2022-03-23shellscripts: use [ for test consistentlyHiltjo Posthuma
2022-03-22sfeed_update: return status in _feed() functionHiltjo Posthuma
2022-03-21sfeed_update: set exit status non-zero if any of the feeds failedHiltjo Posthuma
2022-03-21sfeed_update: log FAILs to stderrTommy Nguyen
2021-05-27sfeed_update: fix message when the configuration file does not existHiltjo Posthuma
2021-03-03sfeed_update: return instead of exit in main() on successHiltjo Posthuma
2021-03-01sfeed_update: fix baseurl substitutionHiltjo Posthuma
2021-03-01sfeed_update: simplify, use feedurl directlyHiltjo Posthuma
2021-02-05sfeed_update: $SFEED_UPDATE_INCLUDE: be a bit more precise/pedanticHiltjo Posthuma
2021-01-27sfeed_update: $SFEED_UPDATE_INCLUDE: be a bit more precise/pedanticHiltjo Posthuma
2021-01-27sfeed_update: allow to reuse the code more easily as an included scriptHiltjo Posthuma
2021-01-27sfeed_update: separate code of parallel exection and feed() into a _feed() ha...Hiltjo Posthuma
2021-01-27sfeed_update: shuffle code getting the path of the feedurl to make the basesi...Hiltjo Posthuma
2021-01-27sfeed_update: change parse failure error messageHiltjo Posthuma
2021-01-27sfeed_update: add an overridable parse() function, using sfeed(1) by defaultHiltjo Posthuma
2021-01-24sfeed_update: print the filename again as passed as a parameterHiltjo Posthuma
2021-01-16sfeed_update: typo in commentHiltjo Posthuma
2021-01-16sfeed_update: improve consistency of feed creation and mergingHiltjo Posthuma
2021-01-16sfeed_update: make convertencoding() consistent with other overridable functionsHiltjo Posthuma
2021-01-01sfeed_update: if baseurl is empty then use the path from the feed by defaultHiltjo Posthuma
2020-02-23sfeed_update: don't preserve permissions of tmp files by moving, so copyHiltjo Posthuma
2020-02-04sfeed_update: tiny style fix in commentHiltjo Posthuma
2019-06-11sfeed_update: clarify a comment about being non-optimalHiltjo Posthuma
2019-05-15README and sfeed_update: use names (order vs sort) and in the execution orderHiltjo Posthuma
2019-05-12sfeed_update: cleanup proper encoding file (if any)Hiltjo Posthuma
2019-05-02sfeed_update: disable If-Modified-Since by defaultHiltjo Posthuma
2019-04-14sfeed_update: fix typo in commentHiltjo Posthuma
2019-04-14sfeed_update: rename fetchfeed to fetchHiltjo Posthuma
2019-04-14sfeed_update improvementsHiltjo Posthuma
2019-03-01sfeed_update: remove wrong/incomplete commentHiltjo Posthuma
2018-10-24sfeed_update: fix wrong comment "temporary file" -> "temporary directory"Hiltjo Posthuma
2018-10-24Revert "sfeed_update: replace non-POSIX mktemp with $$"Hiltjo Posthuma