enwiro 0.3.32

Simplify your workflow with dedicated project environments for each workspace in your window manager
enwiro-0.3.32 is not a library.

enwiro

Simplify your workflow with dedicated project environments for each workspace in your window manager.

Enwiro connects your window manager's workspaces with separate working directories, allowing you to work with different projects or workflows seamlessly.

Installation

cargo install enwiro

Usage

enw activate <NAME>                         # Activate (switch to) an environment's workspace
enw wrap <COMMAND> [-- [COMMAND_ARGS]...]   # Run a command inside an environment
enw show-path [ENVIRONMENT_NAME]            # Show the path of an environment
enw list-environments                       # List all existing environments
enw list-all                                # List environments and available recipes

Configuration

Configuration is stored in ~/.config/enwiro/enwiro.toml (managed by confy).

workspaces_directory = "/home/user/.enwiro_envs"
adapter = "i3wm"

See the repository README for full documentation.