Hacker News new | ask | show | jobs
by rat_1234 2117 days ago
I wrote a CLI tool in Python for this exact use case and am currently using it to write a novel. Basically the CLI tool solves a lot of the tedious issues that come up (e.g., combining all of the text files, reordering them, etc.)

If you like writing out of a text editor (I use Atom) it's super useful.

https://github.com/edelgm6/draft

1 comments

cool, will check it out. thanks