File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ And this project is inspired https://github.com/theprimeagen/tmux-sessionizer.
12
12
Thank you, ThePrimeagen.
13
13
14
14
## Usage
15
- ** tmux-sessionizer** provides two commands.
15
+ ** tmux-sessionizer** provides four commands.
16
16
1 . ** tmux-sessionizer**
17
17
18
18
``` bash
@@ -29,6 +29,20 @@ tmux-sessionizer list
29
29
```
30
30
Displays the list of existing tmux-sessions defined and when you hit enter attach the target session.
31
31
32
+ 3 . ** tmux-sessionizer create**
33
+ ``` bash
34
+ tmux-sessionizer create
35
+ ```
36
+ Displays interactive interface to create new directory and a new associated tmux session.
37
+
38
+ 4 . ** tmux-sessionizer delete**
39
+ ``` bash
40
+ tmux-sessionizer delete
41
+ ```
42
+ Displays interactive interface to delete existing tmux sessions.
43
+
44
+ ** Don't worry, associated directory is not deleted.**
45
+
32
46
## Demo
33
47
34
48
https://github.com/user-attachments/assets/be1d2732-38ee-41c7-9393-ecc6c0211048
You can’t perform that action at this time.
0 commit comments