$ recombobulate _
~/recombobulate $ tip --list --tag="bash"

// 68 tips tagged "bash"

0
Run Setup Scripts on Every Session with the SessionStart Hook

The SessionStart hook fires when any session begins or resumes, making it ideal for loading environment variables and running one-time setup scripts.

bagwaa @bagwaa · 25 minutes ago
0
Generate Ansible Playbooks from a Plain-English Description

Describe your server setup in plain English and let Claude write a complete, idempotent Ansible playbook — modules, handlers, roles, and all the boilerplate you'd otherwise look up.

bagwaa @bagwaa · 44 minutes ago
0
Filter Test Output with a PreToolUse Hook to Cut Token Costs

A PreToolUse hook can intercept test runner commands and filter output to show only failures, cutting thousands of tokens from Claude's context.

bagwaa @bagwaa · 1 hour ago
0
Move Sessions Between Terminal and Web with --remote and --teleport

Start a Claude Code session in your terminal and continue it on the web, or pull a web session into your local terminal with --remote and --teleport.

bagwaa @bagwaa · 1 hour ago
0
Process Hundreds of Files in Batch with a Shell Loop and --print

Combine shell loops with claude --print to apply AI-powered transformations to hundreds of files in one go — add headers, convert formats, or extract data at scale.

bagwaa @bagwaa · 1 hour ago
0
Make Claude's Shell Scripts Safer with set -euo pipefail

When Claude generates shell scripts for you, ask it to add `set -euo pipefail` at the top — three flags that turn silent failures into hard stops.

bagwaa @bagwaa · 1 hour ago
0
Prefer CLI Tools Over MCP Servers to Reduce Context Overhead

CLI tools like gh, aws, and gcloud don't add persistent tool definitions to your context, saving tokens compared to equivalent MCP servers.

bagwaa @bagwaa · 2 hours ago
0
Get Validated JSON Output with --json-schema

Use --json-schema to get validated, schema-conforming JSON output from Claude Code in automated pipelines.

bagwaa @bagwaa · 2 hours ago
0
Discover CLI Flags Quickly with claude --help

claude --help and its subcommand variants give you a full reference for every flag and option without opening a browser — useful when you're in the middle of a script or a flow state.

bagwaa @bagwaa · 2 hours ago
0
Branch a Conversation with --fork-session

Use --fork-session to branch a conversation into a new session, keeping the original intact while exploring alternatives.

bagwaa @bagwaa · 2 hours ago
0
Auto-Fallback to Another Model When Overloaded

Set a backup model with --fallback-model so automated tasks survive temporary model overloads without failing.

bagwaa @bagwaa · 2 hours ago
0
Use --dangerously-skip-permissions for Fully Unattended CI

In CI environments where no human is present to approve tool calls, --dangerously-skip-permissions lets Claude Code run without any permission prompts — use it only in sandboxed, throwaway environments.

bagwaa @bagwaa · 2 hours ago