What I Touched This Week 2018-05-27
Convert git diff output to the format can be recognized by vim quickfix. Browser auto reload using osascript and watchexec Save following snippet as executable bash script reload-chrome. It reload the active tab of Google Chrome. osascript -l JavaScript -e 'Application("Google Chrome").windows[0].activeTab.reload()' Run the script above when files are changed watchexec -w app -w config -p reload-chrome Devops Security Checklist | Sqreen Best practices to check security before release. Be careful what you copy: Invisibly inserting usernames into text with Zero-Width Characters…