Tag: productivity
-
jq Cheatsheet
in programmingjq is a powerful command-line JSON processor that makes it easy to extract, transform, and query structured data. Below is a compact cheatsheet using a sample vehicle dataset to demonstrate some of its most useful features. Sample JSON: vehicles.json jq Commands Pretty Print Select a Field Returns each vehicle make. Filter by Condition Filters vehicles…
-
Enhance Your Development Workflow with Custom Bash Functions
in programmingAs developers, we often find ourselves performing repetitive tasks that, while necessary, consume a good chunk of our productive time. Fortunately, by leveraging the power of bash scripting combined with the customization capabilities of shell configuration files like .bashrc or .zshrc, we can significantly streamline our workflows. Why Use Custom Bash Functions? Custom bash functions…
-
Customize Slack with One-Click Reactions
in programmingRecently, I was looking for ways to optimize my slack experience by finding ways to streamline or automate some of my workflows. When poking around the Preferences window, I found that you can add fast, one-click emoji reactions to any of the messages you hover over. For example: If your go-to response when someone asks…