← Back to context

Comment by fernandogrd

19 hours ago

I follow something similar automated as:

  function todo

      vim "$HOME/<todo-directory>/"(date --date=$argv --iso-8601)

  end

So I can do.:

    $ todo          # opens the today file

    $ todo tomorrow #opens tomorrows file

    $ todo '<anything --date command accepts>'

And silver searcher for full text search.

Or you could use a Google doc. Everything is backed up online and has all kinds of formatting and security baked in these days.

  • I'm not sure why you'd propose google docs to someone who uses CLI to handle their todo. Sounds like the polar opposite to that solution.