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

Absolute project path #46

Open tokejepsen opened 8 years ago

tokejepsen commented 8 years ago

Support setting the project with an absolute path:

be in O:\ ben modeling
mottosso commented 8 years ago

This would basically be a switch, specifying just a name e.g. myproject results in be looking in the current working directory, via os.listdir, for a directory named myproject. Specifying an absolute path would instead use the specified path.

This would only work with the first argument to be in.

mottosso commented 8 years ago

The use case being having a project directly mapped to a drive and thus can't be listed via os.listdir.