muster-workspace 0.1.0

A terminal workspace for running CLI agents and dev processes side by side
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# muster project registry.
#
# Copy this to ~/.config/muster/projects.yml, then press `o` in muster (or the
# leader chord `C-a o` while a terminal is focused) to open the switcher and jump
# between projects by number or arrow keys.
#
# Each project points to its own workspace config (a muster.yml). A `config` path
# may start with `~`, which expands to your home directory.
projects:
  - name: muster
    config: ~/Projects/muster/muster.yml
  - name: prism
    config: ~/Work/prism/muster.yml