buckket / twtxt

Decentralised, minimalist microblogging service for hackers.
http://twtxt.readthedocs.org/en/stable/
MIT License
1.93k stars 79 forks source link

Implement porcelain option for timeline command #24

Closed timofurrer closed 8 years ago

timofurrer commented 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.

$ 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 ...