On Tuesday, 31 January 2017 23:39:41 UTC, Ben Finney wrote:
> The Python community has a stronger (?) preference for reStructuredText
> format. Can that be the default?
>
> That is, I want my text files to be named ‘foo’ (no suffix) or ‘foo.txt’
> (because they're primarily text), and have the d
Paul Wolf writes:
> I've created a command line utility for managing text files. It's
> written in Python: […]
Thank you.
> The key aspects are
>
> * Entirely command-line driven
>
> * Text documents only with a slight preference for Markdown
The Python community has a stronger (?) preference
On 01/31/2017 02:33 AM, Paul Wolf wrote:
I've created a command line utility for managing text files. It's written in
Python...
That sounds really cool!
--
~Ethan~
--
https://mail.python.org/mailman/listinfo/python-list
I've created a command line utility for managing text files. It's written in
Python:
https://github.com/paul-wolf/yewdoc-client
It makes heavy use of the fantastic Click module by Armin Ronacher:
http://click.pocoo.org/5/
This can be thought of in different ways:
* A micro-wiki
* A note-ta