|
|
|
|
|
by fernandogrd
312 days 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. |
|