robe 0.0.1

Wear your configs: a tiny CLI for saving and switching between dotfile configurations
robe-0.0.1 is not a library.

robe

Wear your configs.

robe is a tiny CLI for saving and switching between dotfile configurations.

Keep multiple versions.
Switch instantly.
Nothing else.


Install

cargo install robe

Quickstart

Save your current config (register the file):

robe add tmux/work -r .config/tmux/tmux.conf

Save another config:

robe add tmux/clean

Switch anytime:

robe use tmux/work
robe use tmux/clean

What it does

  • stores named config profiles
  • switches between them quickly
  • keeps everything as plain files

What it doesn’t do

No templating.
No repo management.
No environments.
No magic.


Docs

Full spec and behavior:
See docs/spec.md


License

Licensed under the Apache License, Version 2.0.
See the LICENSE file for details.