HackerTrans
トップ新着トレンドコメント過去質問紹介求人

concombre

no profile record

コメント

concombre
·4 年前·議論
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 年前·議論
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.