Marcus Ottosson

Results 311 issues of Marcus Ottosson

### goal Generate skeleton from `template.yaml` ### motivation `be` dynamically allocates directories as they come into use. But sometimes it can make sense to statically create an entire hierarchy up-front....

feature

### Goal To facilitate scripting and automation. The end user would be able to, say, launch an application from within a given environment, without first entering it. ``` bash $...

feature

### Goal `be` is and forever will be as compatible with Windows as any other OS. It's a primary goal. Considering most smaller productions happen on Windows, whereas the larger...

question

### goal To synchronise a running project with it's source configuration. Suggested by @hommes-doutant [here](https://github.com/mottosso/be/issues/3). ### implementation Updating an existing project could look like this. ``` bash $ be update...

help wanted
feature

### goal To facilitate the use of multiple versions of a preset by distributing and asking for a release by tag. ### implementation All we need to do is append...

feature

### goal To facilitate entering a remotely running project. **See also** - [be request](https://github.com/mottosso/be/issues/18) - [be submit](https://github.com/mottosso/be/issues/19) ### strategy Whenever you type ``` bash $ be in someproject ``` `be`...

feature

### goal Apply a suffix to any path for development directory. ``` bash $ be in myproject $ pwd /projects/myproject $ be mkdir "private/marcus/" created $ be home $ pwd...

feature

### goal To facilitate the download of remote data relevant to a task. ``` bash $ be in remoteproject shot1 rigging --enter $ be request Username: mottosso Password: Pulling content...

question
feature

### goal The opposite of #18 - to facilitate the sharing of content from client to server within a remotely running project. ``` bash $ be in remoteproject shot1 rigging...

feature

### goal To enable sharing parts of a running project or preset. ``` bash $ be cherrypick hulk bruce animation Pulling "animation" in "assets/bruce" from "studioy/hulk" ``` ### motivation Picture...

feature