mottosso / be

minimal directory and environment management system for collaborative creative projects
GNU Lesser General Public License v2.1
47 stars 4 forks source link

redirect positionals #23

Closed mottosso closed 9 years ago

mottosso commented 9 years ago

Goal

To map positionals of be in to names.

$ be in myproject myasset mytask

Redirected as:

redirect:
    "{0}": PROJECT
    "{1}": ASSET
    "{2}": TASK

Upon entering the project, the first argument myproject will have been stored in the environment variable PROJECT, the second argument myasset in ASSET and mytask in TASK