You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are parts of the sharpening process that I could easily automate - things like updating brew and installing the latest vim plugins. What would make this even better would be to capture the output from those commands and add them as an issue comment. I've been poking at this today and here's some things I've found out:
jon@magneto:~/code/dotfiles(master+)% bat issue.json --plain
{
"body": "hello from file"
}
10:59:43
jon@magneto:~/code/dotfiles(master+)% hub api repos/jonallured/dotfiles/issues/115/comments --input issue.json
So with something like verifying the latest timemachine backup, I could use the tmutil to find the latest backup, compare it's timestamp to now and then log that to issue. 😎
The text was updated successfully, but these errors were encountered:
There are parts of the sharpening process that I could easily automate - things like updating brew and installing the latest vim plugins. What would make this even better would be to capture the output from those commands and add them as an issue comment. I've been poking at this today and here's some things I've found out:
So with something like verifying the latest timemachine backup, I could use the tmutil to find the latest backup, compare it's timestamp to now and then log that to issue. 😎
The text was updated successfully, but these errors were encountered: