Skip to content
iop098321qwe edited this page Feb 26, 2026 · 53 revisions

Custom Bash Commands Wiki

Custom Bash Commands (CBC) is a Bash toolkit for Linux shells. It provides the cbc command group, standalone helper commands, and a curated alias catalog loaded from ~/.cbc_aliases.sh.

Quick Start

Core Commands

  • display_version (alias dv) prints the current CBC version banner.
  • cbc list and cbc list -v show available functions and aliases.
  • cbc doctor validates dependencies, files, modules, and network access.
  • cbc config manages ~/.config/cbc/cbc.config.
  • cbc pkg manages modules in ~/.config/cbc/packages.toml.
  • cbc update check checks GitHub for a newer release.
  • cbc update updates local CBC scripts and reloads them.
  • wiki opens this wiki or jumps directly to selected pages.

Documentation Map

Clone this wiki locally