Skip to content

Commit

Permalink
update documentation; bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
raghur committed Mar 1, 2017
1 parent 892fc01 commit c3ce348
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,14 @@ Usage
easyblogger --blogid 7642453 get -p 3728334747597998671
```
4. Control which fields are printed out.
4. Get a specific post by its url
``` {.sourceCode .bash}
# get a specific post by url
easyblogger --blogid 7642453 get -u https://blog.rraghur.in/2015/06/js-development-2015.html
```
5. Control which fields are printed out.
``` {.sourceCode .bash}
# output field control
Expand Down
11 changes: 9 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -205,15 +205,22 @@ Getting posts
# get a specific post by id
easyblogger --blogid 7642453 get -p 3728334747597998671
4. Control which fields are printed out.
4. Get a specific post by its url

.. code:: bash
# get a specific post by url
easyblogger --blogid 7642453 get -u https://blog.rraghur.in/2015/06/js-development-2015.html
5. Control which fields are printed out.

.. code:: bash
# output field control
easyblogger get -p 3728334747597998671 -f "id,title,url,labels"
3728334747597998671,Rewriting history with Git,http://blog.rraghur.in/2012/12/rewriting-history-with-git.html,[u'git', u'HOWTO', u'Tips']
5. Output in (lightweight) markup - very good for updates.
6. Output in (lightweight) markup - very good for updates.

- If its a single post, then its printed to console.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def readme():


setup(name="EasyBlogger",
version="1.2.3",
version="1.2.4",
author="Raghu Rajagopalan",
author_email="[email protected]",
description=("A (very) easy CLI interface to Blogger blogs"),
Expand Down

0 comments on commit c3ce348

Please sign in to comment.