DateSep 18, 2019
Categories
The seven rules of a great Git commit message by Chris Beam.
Signals allows us to send messages to running processes. For instance, you probably already know SIGINT (ctrl+c) to stop a process. Here's how to catch and handle signals in python.
You can create auto-completion rules to use with your scripts and customize bash completion to boost your productivity.