vladris / tinkerer

Python blogging engine
https://vladris.com/tinkerer
Other
305 stars 81 forks source link

In --filename mode use sys.stdout. #41

Closed sgillies closed 10 years ago

sgillies commented 10 years ago

This allows us to capture the output of tinker --draft using backticks. For example:

vim $(tinker --filename --draft "Straight to Vim")

will now work.

vladris commented 10 years ago

Thanks!