Posts tagged with “CLI”
Okay, I really like WezTerm
GNU Parallel, where have you been all my life?
I was recently trying to figure out how likely a bunch of end-to-end tests were to be flaky, and wanted to gather some stats about their pass/fail rates on my local machine before including them in a broader test suite.
The ".x" Files
💁♂️ Here's a tip for a quick way to manage private files in a git repository, using nothing but your shell and git.
In the projects I work on I usually want to have some private files on my local machine that don’t get committed and pushed up to git remotes (i.e. Github) to be seen by my teammates.