-
Notifications
You must be signed in to change notification settings - Fork 0
Home
iop098321qwe edited this page Feb 26, 2026
·
53 revisions
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.
- Follow Installation to install CBC.
- Use Cheatsheet for day-to-day command lookup.
- Use Command Reference for command usage and options.
- Use Alias Reference for loaded aliases.
-
display_version(aliasdv) prints the current CBC version banner. -
cbc listandcbc list -vshow available functions and aliases. -
cbc doctorvalidates dependencies, files, modules, and network access. -
cbc configmanages~/.config/cbc/cbc.config. -
cbc pkgmanages modules in~/.config/cbc/packages.toml. -
cbc update checkchecks GitHub for a newer release. -
cbc updateupdates local CBC scripts and reloads them. -
wikiopens this wiki or jumps directly to selected pages.
Custom Bash Commands wiki