aapis / evertils

Generate Evernote notes from YML files
1 stars 0 forks source link

Log-at to log a message at a specific time #64

Open aapis opened 4 years ago

aapis commented 4 years ago
* 01:22 - 2223 - working on the callback
* 02:22 - 2223 - finished callback

Then..

$ evertils log at 02:11 'callback now receives args from caller'

Result

* 01:22 - 2223 - working on the callback
* 02:11 - 2223 - callback now receives args from caller
* 02:22 - 2223 - finished callback

Key feature is that the new row is auto sorted into the existing log items.