This simple script is for logging all of the awesome things you do every day, using Terminal, and syncing them all to Dropbox. Nifty, right?
- Grab the
idid.shfile to a directory on your computer (tested with OS X). - Using Terminal, in the directory where you placed
idid.sh, run the following commands: mv idid.sh /usr/local/bin/idid.shcd /usr/local/binchmod +x idid.shmv idid.sh idid
Once installed, you can run the idid command, from any directory on your machine, using the following format:
idid "Created an awesome script to track what I do, using Terminal."
(Take note of the use of double quotes, to wrap the sentence.)
Typing idid open as your command will open the file for the current week in the nano editor.
The script creates a system which stores the information in a per-week file. You'll end up with a structure as follows:
_ididthis -> 2016-week-30.md
Happy tracking!