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

Customisable root directory #41

Closed mottosso closed 9 years ago

mottosso commented 9 years ago

Be default, be considers the current working directory as the root of your projects.

Goal

Make this customisable by specifying BE_CWD.

Windows

$ set BE_CWD=c:\my\custom\path
$ be in project here instead

Unix

$ export BE_CWD=/my/custom/path
$ be in project here instead
$ # or
$ BE_CWD=/my/custom/path be in project here instead
mdilena commented 5 years ago

hey Marcus, when I made the pull request I was actually looking forward to request this exact feature! So thanks for providing that :) I'll try it out tonight