AnthonyDiGirolamo / todotxt-machine

an interactive terminal based todo.txt file editor with an interface similar to mutt
https://pypi.python.org/pypi/todotxt-machine/
GNU General Public License v3.0
244 stars 37 forks source link

Automatically timestamp new task #57

Open ChausseBenjamin opened 4 years ago

ChausseBenjamin commented 4 years ago

First off, I want to say what a great job you've done creating this piece of software. it is by far the best todo.txt implementation I've used!

Multiple apps add the creation date of a task as it is being created automatically. Would it be possible to automate this so that upon pressing n, the current date is pre-inserted?

protist commented 3 years ago

It looks like there might be something in the code to add the creation date, but not sure why this doesn't work.