I've been working on `moncat`, a tool that concatenates e-mails.
It's very 'Unix-y' in the sense that it's supposed to do this and only this.
I created it because I wanted to have a way to make notes without being dependent on apps. With moncat, I can use any e-mail client to incrementally create larger text files.
Currently, I'm using it to write a journal in Markdown that is automatically converted to HTML. How that works: I e-mail journal entries to myself, put them in a mailbox folder, and periodically compile the journal using a cronjob.
moncat accepts some basic commands that you can put in the subject line of the e-mail. For example, you can reorder items to be concatenated. It also handles attachments and nested folders.
...
Yeah.. so there is no documentation and the code is pretty shit, since I'm the only one using it. The upside is that the code is also pretty small (around 350 LOC Python in total).
So, just in case anyone is looking for a tool like this... here you go! ;)
Ha! I love it. I just recently created a tool for personal use that does something similar to this.
I use Evernote notes with bullet lists as my TODO list. I created a tool that takes each line of a received email and adds it to my TODO list at the top. It is very convenient. My wife can email me things that need to get done!
Nice! I like that basically now you have an e-mail interface to Evernote. What I like about that is that you get all operating systems for free and crazy robustness in terms of forwards compatibility (at least, on the client-side).
It's very 'Unix-y' in the sense that it's supposed to do this and only this.
I created it because I wanted to have a way to make notes without being dependent on apps. With moncat, I can use any e-mail client to incrementally create larger text files.
Currently, I'm using it to write a journal in Markdown that is automatically converted to HTML. How that works: I e-mail journal entries to myself, put them in a mailbox folder, and periodically compile the journal using a cronjob.
moncat accepts some basic commands that you can put in the subject line of the e-mail. For example, you can reorder items to be concatenated. It also handles attachments and nested folders.
...
Yeah.. so there is no documentation and the code is pretty shit, since I'm the only one using it. The upside is that the code is also pretty small (around 350 LOC Python in total).
So, just in case anyone is looking for a tool like this... here you go! ;)
https://www.pastery.net/xysbyq+juprcp/#xysbyq