Everyone knows that great communication skills are the most important trait we want in our team members. I have been deliberately practicing writing over the last three years and today I want to share with you my most impactful tools. Here are three lines of bash that are responsible.
#!/bin/bash
NOTESPATH="~/Notes/"
$EDITOR "$NOTESPATH$(date "+%Y-%-m-%-d")"
How do I install it?
/usr/bin
What does it do?
After many iterations on writing tools, this is still my favorite way to get my thoughts on 'paper'. Day to day, I spend my time using the terminal, and for me this script is the easiest way to context switch in to writing.
The hardest part about deliberate practice is starting, and this tool has allowed me to write something much more frequently.
Hope you find this useful! <3