Simplify `date` command (#129)

Make twtxting example even more simple by using "date -Isecond"
This commit is contained in:
IBPX 2017-09-18 15:00:14 -07:00 committed by Felix Bayer
parent feb583d2d9
commit abd1928943
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ Features
- A beautiful command-line interface thanks to click.
- Asynchronous HTTP requests thanks to asyncio/aiohttp and Python 3.
- Integrates well with existing tools (scp, cut, echo, date, etc.) and your shell.
- Dont like the official client? Tweet using ``echo -e "`date +%FT%T%:z`\tHello world!" >> twtxt.txt``!
- Dont like the official client? Tweet using ``echo -e "`date -Isecond`\tHello world!" >> twtxt.txt``!
Documentation
-------------