5 Commits

Author SHA1 Message Date
54fa59be46 feat: add background flag 2026-04-08 00:02:37 +03:00
2e801cd91e feat!: replace tmux_local with config file includes
Replace the implicit tmux_local.yaml auto-discovery with an explicit
`include` array in `.config`. Included files are resolved relative to
the parent config, support `~` expansion and absolute paths, and can
be nested (with circular include protection).

Replace `--local`/`-l` flag with `--config`/`-c` on create, edit,
remove, and prj commands, accepting a target file path.

Add `tx migrate` command to automatically convert v1.x configs by
injecting the legacy tmux_local file as an include entry.

BREAKING CHANGE: tmux_local.yaml is no longer auto-discovered. Run
`tx migrate` to add it as an explicit include. The `--local`/`-l`
flag is removed in favor of `--config`/`-c`.
2026-03-20 15:04:20 +02:00
cf1018abc3 feat: new UI 2026-02-09 10:27:47 +02:00
7534382360 feat: add support for aliases 2026-02-09 10:06:08 +02:00
0f3d2a36d9 feat: initial commit 2026-01-29 10:28:51 +02:00