Comment on Ask HN: What tools do you use to manage your freelance projects?parentComments−jvanderbot1yI do something similar. Simple highlights on to-do items helps a lot.And using bullet journal style to-do markers help organization.- [ ] todo- [x] done- [-] failed- [v] dropped- [>] migrated- [^] scheduled- [<] delegatedEasy to set up vim highlighting on those patterns.I have some examples here:https://jodavaho.io/posts/bullet-journalling.htmlAnd a bash setup herehttps://github.com/jodavaho/bashlog−nuc1e0n1yI wasn't aware what I've been doing is named bullet journaling by some, but thanks for this info.
Comments
I do something similar. Simple highlights on to-do items helps a lot.
And using bullet journal style to-do markers help organization.
- [ ] todo
- [x] done
- [-] failed
- [v] dropped
- [>] migrated
- [^] scheduled
- [<] delegated
Easy to set up vim highlighting on those patterns.
I have some examples here:
https://jodavaho.io/posts/bullet-journalling.html
And a bash setup here
https://github.com/jodavaho/bashlog
I wasn't aware what I've been doing is named bullet journaling by some, but thanks for this info.