command
bcmr init
$ bcmr init <shell> [options]
generate shell integration script with alias prefix/suffix for cp/mv/rm replacements.
usage
zsh · bcmr 0.6.3
flags
| flag | type | default | description |
|---|---|---|---|
<shell> | bash|zsh|fish|powershell | — | target shell |
--cmd <pfx> | str | — | command prefix, e.g. b → bcp, bmv, brm |
--prefix | str | — | explicit prefix (overrides --cmd) |
--suffix | str | — | command suffix |
--no-cmd | bool | false | don't create aliases |
--path | path | — | add directory to PATH |