diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-08-09 14:11:50 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-08-09 14:11:50 -0400 |
commit | 5857d82e8e596d6fda406a0c4d8d68ca7a03c124 (patch) | |
tree | 553916894dee907825360580c5d9a05c82c5af16 /sfeed_plain.1 | |
parent | 3574e3cbf9d99546e868aeb995ce2c171cdc36a6 (diff) | |
parent | 19957bc272e745af7b56b79fa648e8b6b77113b1 (diff) |
Diffstat (limited to 'sfeed_plain.1')
-rw-r--r-- | sfeed_plain.1 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/sfeed_plain.1 b/sfeed_plain.1 index 559ce77..2e8e6ad 100644 --- a/sfeed_plain.1 +++ b/sfeed_plain.1 @@ -1,4 +1,4 @@ -.Dd July 25, 2021 +.Dd May 14, 2022 .Dt SFEED_PLAIN 1 .Os .Sh NAME @@ -26,7 +26,8 @@ is empty. .Pp Items with a timestamp from the last day compared to the system time at the time of formatting are marked as new. -Items are marked as new with the prefix "N". +This value might be overridden through environment variables. +Items are marked as new with the prefix "N" at the start of the line. .Pp .Nm aligns the output. @@ -39,6 +40,12 @@ per rune, using .Xr mbtowc 3 and .Xr wcwidth 3 . +.Sh ENVIRONMENT VARIABLES +.Bl -tag -width Ds +.It Ev SFEED_NEW_AGE +Overwrite the maximum age in seconds to mark feeds as new. +By default this is 86400, which equals one day. +.El .Sh EXIT STATUS .Ex -std .Sh EXAMPLES |