Got a project due tomorrow? Trello'' is great for organizing tasks but setting it up can take forever.
heres my trick:skip Trello entirely, use this instead:
mkdir -p ~/projects/my''project && cd $; touch todo. md READMEnano +todo md
Why does a simple text file work?- Easy to set up. Just hit enter and start typing.
>no more "are we using Trello or Notion?"-no friction, no distractions from fancy UIs. Markdown syntax in your TODO is super handy:
* [ ] Do research
* [x] Write intro
Use git add. when youre done for a quick backup.
No need to sync across devices .
Bonus: Share the file via cloud storage and let teammates edit it live - instant collaboration.
Try this out next time, your project will be ready before everyone else's!