index
:
sfeed.git
master
Suckless rss Feed reader with my configs
Benjamin Chausse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sfeed_update
Age
Commit message (
Expand
)
Author
2023-12-29
sfeed_update: reword some comments
Hiltjo Posthuma
2023-12-29
sfeed_update: code-style and consistency: add some comments for functions
Hiltjo Posthuma
2023-12-29
sfeed_update/sfeed_opml_export: only allow regular files
Hiltjo Posthuma
2023-12-27
sfeed_update: rename local variables just in case
Hiltjo Posthuma
2023-12-27
sfeed_update: remove xargs -s
Hiltjo Posthuma
2023-12-27
sfeed_update: suppress output to stderr, like merge() already does
Hiltjo Posthuma
2023-12-26
sfeedrc: bump default maxjobs from 8 to 16
Hiltjo Posthuma
2023-12-26
sfeed_update: use xargs -P -0
Hiltjo Posthuma
2023-12-26
sfeed_update: mktemp: improve compatibility with older systems
Hiltjo Posthuma
2023-12-26
sfeed_update: disallow using a directory as a config file
Hiltjo Posthuma
2023-12-15
sfeed_update: add die() function for exit and cleanup, respect $TMPDIR
Hiltjo Posthuma
2023-12-09
improve compatibility with zsh as a non-interactive shell
Hiltjo Posthuma
2023-06-09
sfeed_update/sfeedrc: add url as parameter to the filter() and order() function
Hiltjo Posthuma
2023-04-05
sfeed_update: fail early if creating a temporary directory or status file fails
Hiltjo Posthuma
2023-02-17
sfeed_update, sfeed_opml_export, README: reference the example sfeedrc man page
Hiltjo Posthuma
2022-06-21
fix some typis
NRK
2022-03-28
sfeed_update: change return to exit in main
Hiltjo Posthuma
2022-03-25
change echo to printf and for sfeed_opml_export use a control-character separ...
Hiltjo Posthuma
2022-03-23
shellscripts: use [ for test consistently
Hiltjo Posthuma
2022-03-22
sfeed_update: return status in _feed() function
Hiltjo Posthuma
2022-03-21
sfeed_update: set exit status non-zero if any of the feeds failed
Hiltjo Posthuma
2022-03-21
sfeed_update: log FAILs to stderr
Tommy Nguyen
2021-05-27
sfeed_update: fix message when the configuration file does not exist
Hiltjo Posthuma
2021-03-03
sfeed_update: return instead of exit in main() on success
Hiltjo Posthuma
2021-03-01
sfeed_update: fix baseurl substitution
Hiltjo Posthuma
2021-03-01
sfeed_update: simplify, use feedurl directly
Hiltjo Posthuma
2021-02-05
sfeed_update: $SFEED_UPDATE_INCLUDE: be a bit more precise/pedantic
Hiltjo Posthuma
2021-01-27
sfeed_update: $SFEED_UPDATE_INCLUDE: be a bit more precise/pedantic
Hiltjo Posthuma
2021-01-27
sfeed_update: allow to reuse the code more easily as an included script
Hiltjo Posthuma
2021-01-27
sfeed_update: separate code of parallel exection and feed() into a _feed() ha...
Hiltjo Posthuma
2021-01-27
sfeed_update: shuffle code getting the path of the feedurl to make the basesi...
Hiltjo Posthuma
2021-01-27
sfeed_update: change parse failure error message
Hiltjo Posthuma
2021-01-27
sfeed_update: add an overridable parse() function, using sfeed(1) by default
Hiltjo Posthuma
2021-01-24
sfeed_update: print the filename again as passed as a parameter
Hiltjo Posthuma
2021-01-16
sfeed_update: typo in comment
Hiltjo Posthuma
2021-01-16
sfeed_update: improve consistency of feed creation and merging
Hiltjo Posthuma
2021-01-16
sfeed_update: make convertencoding() consistent with other overridable functions
Hiltjo Posthuma
2021-01-01
sfeed_update: if baseurl is empty then use the path from the feed by default
Hiltjo Posthuma
2020-02-23
sfeed_update: don't preserve permissions of tmp files by moving, so copy
Hiltjo Posthuma
2020-02-04
sfeed_update: tiny style fix in comment
Hiltjo Posthuma
2019-06-11
sfeed_update: clarify a comment about being non-optimal
Hiltjo Posthuma
2019-05-15
README and sfeed_update: use names (order vs sort) and in the execution order
Hiltjo Posthuma
2019-05-12
sfeed_update: cleanup proper encoding file (if any)
Hiltjo Posthuma
2019-05-02
sfeed_update: disable If-Modified-Since by default
Hiltjo Posthuma
2019-04-14
sfeed_update: fix typo in comment
Hiltjo Posthuma
2019-04-14
sfeed_update: rename fetchfeed to fetch
Hiltjo Posthuma
2019-04-14
sfeed_update improvements
Hiltjo Posthuma
2019-03-01
sfeed_update: remove wrong/incomplete comment
Hiltjo Posthuma
2018-10-24
sfeed_update: fix wrong comment "temporary file" -> "temporary directory"
Hiltjo Posthuma
2018-10-24
Revert "sfeed_update: replace non-POSIX mktemp with $$"
Hiltjo Posthuma
[next]