Posts tagged #Tools

During before and after various Git operations, Git invokes special hooks that can be used execute custom scripts. This article explains how to use them to automatically push to an upstream repository every time you make a commit to a local repo.

Read more …

Markdown documents should be readble without understanding complex mark-up. A growing number of Markdown syntax extensions take the form of HTML or HTML-like tags and boilerplate that hinder readability. Instead we should focus on how some construct should be presented in plain-text for human consumption and then add minimal structure to it for machine consumption.

Read more …

How to bind a hotkey to grab a snapshot of your reMarkable display and copy it to the clipboard on a Mac.

Read more …

Use the :drop command instead of :edit in Vim. It will reuse an existing window instead of creating a new one.

Read more …

Encode the host and group names into the name of a wrapper script for quick ad-hoc invocation of Ansible tasks and playbooks.

Read more …