Tag: productivity
Browse all articles, tutorials, and guides about productivity
Posts
⌘K
DevOps
2026-03-30|8 min read
Claude Code Hidden Features You Probably Missed
From mobile sessions to automated PR reviews, here are the Claude Code features that most engineers overlook but can seriously level up your workflow.
Linux
2024-12-02|7 min read
How to Pipe to and from Clipboard in Bash Scripts
Learn how to integrate clipboard functionality into your Bash scripts using xclip, xsel, pbcopy, and pbpaste for seamless data transfer between terminal and GUI applications.
Linux
2024-09-25|6 min read
How to Copy Command Output Directly to Your Clipboard in Linux
Learn how to pipe command output to your clipboard using xclip, xsel, or pbcopy. Make terminal output available for pasting into applications without selecting and copying manually.
Bash
2024-07-19|6 min read
How to Create a Bash Alias That Accepts Parameters
Learn how to create flexible Bash aliases that accept arguments using functions, from simple one-liners to complex commands with multiple parameters and options.