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

context -> topics #13

Closed mottosso closed 9 years ago

mottosso commented 9 years ago

Refactor the name context into topics and allow for variadic arguments.

# before
$ be in myproject/myasset/mytask

# after
$ be in myproject myasset mytask
$ be in myproject mytopic
$ be in myproject mytopic subtopic
$ be in myproject mytopic subtopic subsubtopic