Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-07 | sfeed_markread: fail early if creating a temporary file failed | Hiltjo Posthuma | |
2022-03-25 | change echo to printf and for sfeed_opml_export use a control-character ↵ | Hiltjo Posthuma | |
separator echo is unportable in this way and names containing characters like an option (-n) or backslash or escape codes (\e, \n, etc) could be messy. For awk set LC_ALL=C for simple collation. This makes sfeed_opml_export slower in some shells that don't have printf builtin though. For example with about 150 feeds in a config file it is a bit slower on OpenBSD ksh. time ./sfeed_opml_export | wc -l 152 0m00.29s real 0m00.05s user 0m00.20s system time sfeed_opml_export | wc -l 152 0m00.02s real 0m00.00s user 0m00.03s system | |||
2022-03-23 | shellscripts: use [ for test consistently | Hiltjo Posthuma | |
2022-01-04 | sfeed_markread: set all locale variables and use LC_ALL | Hiltjo Posthuma | |
2021-12-23 | sfeed_markread: small white-space fix | Hiltjo Posthuma | |
2021-11-26 | import sfeed_curses | Hiltjo Posthuma | |
Import sfeed_curses into sfeed. The files are based of the commit 8e151ce48b503ad0ff0e24cb1be3bc93d6fbd895 |