Skip to content
Marcus Ottosson edited this page Jan 31, 2016 · 11 revisions

supported shells

bash cmd.exe clink powershell git bash cygwin
Custom environment
Enter/Exit
Tab completion
List projects
List inventory
List template
Download preset

On Windows, the most supported version of bash is MSYS2.




tab completion

In shells that support tab-completion, you can run be activate to enter into an environment in which tab-completion support has been enabled.

To permanently enable tab completion, source the corresponding script for your shell.

currently supported shells

  • bash: be/_autocomplete.sh

Tab-completion enables you to list any item accessible to you from be, including projects, items in your inventory, and listing of arbitrary portions of an item's template.

usage

$ be activate
$ be in [TAB][TAB]
hulk spiderman superman
$ be in spid[TAB][TAB]
$ be in spiderman
$ be in spiderman [TAB][TAB]
peter mjay seq01 seq02
$ be in spiderman seq01 [TAB][TAB]
1000 2000 3000
$ be in spiderman seq01 1000 [TAB][TAB]
animation rigging modeling
$ be in spiderman seq01 1000 animation --enter
$

be, a minimal directory and environment management system for creative projects.

table of contents

contributing

reference

configuration

aliases

commands

faq

in the wild

Clone this wiki locally