Closed timofurrer closed 8 years ago
This patch implements a porcelain option for the timeline command. It's similar to the porcelain option of other cli tools like the one of git status.
git status
$ twtxt timeline --porcelain 2016-02-07T11:39:38-08:00 Test 2016-02-07T11:40:51-08:00 Test2 2016-02-07T19:43:07+00:00 foobar 2016-02-07T11:43:43-08:00 foobar2
Refers #20
What about the tab delimiter? Do you prefer another character? i.e. git just uses a space ...
This patch implements a porcelain option for the timeline command. It's similar to the porcelain option of other cli tools like the one of
git status
.Refers #20
What about the tab delimiter? Do you prefer another character? i.e. git just uses a space ...