HackerTrans
TopNewTrendsCommentsPastAskShowJobs

fernandogrd

no profile record

comments

fernandogrd
·11 tháng trước·discuss
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.