Best of BashAugust 2025

  1. 1
    Video
    Avatar of dreamsofcodeDreams of Code·40w

    10 CLI apps that have actually improved the way I work in the terminal

    A comprehensive guide to 10 command-line tools that enhance terminal productivity, including zoxide for directory navigation, ripgrep for faster text searching, fd for improved file finding, tmux for terminal multiplexing, GitHub CLI for repository management, Doppler CLI for secrets management, pass for password storage, jq for JSON processing, stow for dotfiles management, and fzf for fuzzy finding. Each tool addresses limitations of traditional Unix commands with modern alternatives that offer better performance, usability, and integration capabilities.

  2. 2
    Video
    Avatar of joseanmartinezJosean Martinez·38w

    OpenCode Is An Awesome Way To Use AI With Neovim & Tmux

    OpenCode is an AI coding agent for terminal-based workflows that integrates seamlessly with Neovim and Tmux. It provides contextual code assistance by analyzing entire codebases, supports multiple AI models including Claude and OpenAI, and offers two main agents: plan (for questions and suggestions) and build (for making actual changes). Key features include custom command creation, configurable keybindings, conversation sharing, and undo/redo functionality for AI-generated changes.

  3. 3
    Video
    Avatar of awesome-codingAwesome·40w

    Bash the right way

    Bash scripting fundamentals for developers who want to automate repetitive terminal tasks. Covers basic script creation, practical examples like automating git commits and build processes, and essential best practices including error handling, readable code structure, and knowing when to switch to more powerful languages for complex automation needs.