datefmt

format unix timestamps over stdin
git clone git://git.jb55.com/datefmt
Log | Files | Refs | README | LICENSE

commit 8f0b7b158b88a4c0379b532b7a67da0be74aa96c
parent 8e1c912636a89f60749f511d525f7d7891f31862
Author: William Casarin <jb55@jb55.com>
Date:   Fri,  9 Oct 2020 11:43:49 -0700

some help documentations

Diffstat:
ACONTRIBUTING | 3+++
ACOPYING | 1+
MREADME | 15+++++++++++----
3 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/CONTRIBUTING b/CONTRIBUTING @@ -0,0 +1,3 @@ +Send patches to: jb55@jb55.com + +Instructions: https://git-send-email.io/ diff --git a/COPYING b/COPYING @@ -0,0 +1 @@ +GPLv3 diff --git a/README b/README @@ -1,7 +1,14 @@ - -datefmt -------- +usage: datefmt [OPTION...] [FORMAT] format unix timestamps from stdin -usage: datefmt <strftime format> + -a, --after <timestamp> only format timestamps after this date + --version display version information and exit + + FORMAT + a strftime format string, defaults to '%F %R' + + EXAMPLE + datefmt --after $(date -d yesterday +%s) < spreadsheet.csv + + Created By: William Casarin <https://jb55.com>