Skip to content

Commit 49ef120

Browse files
bpmct35C4n0r
andauthored
chore: change tmux module name (#369)
Co-authored-by: 35C4n0r <[email protected]>
1 parent b5837a7 commit 49ef120

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

registry/anomaly/modules/tmux/README.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
display_name: "Tmux"
3-
description: "Tmux for coder agent :)"
2+
display_name: "tmux"
3+
description: "tmux with session persistence and plugins"
44
icon: "../../../../.icons/tmux.svg"
55
verified: false
66
tags: ["tmux", "terminal", "persistent"]
@@ -15,7 +15,7 @@ up a default or custom tmux configuration with session save/restore capabilities
1515
```tf
1616
module "tmux" {
1717
source = "registry.coder.com/anomaly/tmux/coder"
18-
version = "1.0.0"
18+
version = "1.0.1"
1919
agent_id = coder_agent.example.id
2020
}
2121
```
@@ -39,7 +39,7 @@ module "tmux" {
3939
```tf
4040
module "tmux" {
4141
source = "registry.coder.com/anomaly/tmux/coder"
42-
version = "1.0.0"
42+
version = "1.0.1"
4343
agent_id = coder_agent.example.id
4444
tmux_config = "" # Optional: custom tmux.conf content
4545
save_interval = 1 # Optional: save interval in minutes
@@ -78,7 +78,7 @@ This module can provision multiple tmux sessions, each as a separate app in the
7878
```tf
7979
module "tmux" {
8080
source = "registry.coder.com/anomaly/tmux/coder"
81-
version = "1.0.0"
81+
version = "1.0.1"
8282
agent_id = var.agent_id
8383
sessions = ["default", "dev", "anomaly"]
8484
tmux_config = <<-EOT
@@ -91,11 +91,9 @@ module "tmux" {
9191
```
9292

9393
> [!IMPORTANT]
94-
>
95-
> - If you provide a custom `tmux_config`, it will completely replace the default configuration. Ensure you include plugin
96-
> and TPM initialization lines if you want plugin support and session persistence.
97-
> - The script will attempt to install dependencies using `sudo` where required.
98-
> - If `git` is not installed, TPM installation will fail.
99-
> - If you are using custom config, you'll be responsible for setting up persistence and plugins.
100-
> - The `order`, `group`, and `icon` variables allow you to customize how tmux apps appear in the Coder UI.
101-
> - In case of session restart or shh reconnection, the tmux session will be automatically restored :)
94+
> If you provide a custom `tmux_config`, it will completely replace the default configuration. Ensure you include plugin and TPM initialization lines if you want plugin support and session persistence.
95+
> The script will attempt to install dependencies using `sudo` where required.
96+
> If `git` is not installed, TPM installation will fail.
97+
> If you are using custom config, you'll be responsible for setting up persistence and plugins.
98+
> The `order`, `group`, and `icon` variables allow you to customize how tmux apps appear in the Coder UI.
99+
> In case of session restart or shh reconnection, the tmux session will be automatically restored :)

0 commit comments

Comments
 (0)