HackerTrans
TopNewTrendsCommentsPastAskShowJobs

concombre

no profile record

comments

concombre
·4 anni fa·discuss
I use PluXml[1] for a while on my personal blog en other sites I've created. The contents is stored in XML files. To be fast, the post creation date and tags are stored directly in the filename. This hence benefits from native OS file search.

[1] https://github.com/pluxml/PluXml
concombre
·5 anni fa·discuss
I store my TODO list in a markdown file. I edit this with Vim and store this on a git repository.

I realized some month ago, that the log is provided for free by git. If I run gitk, I can access all the history of task completion.