Skip to content

Commit 3817c4c

Browse files
committed
feat: Update README.md
1 parent 68d2d7c commit 3817c4c

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ And this project is inspired https://github.com/theprimeagen/tmux-sessionizer.
1212
Thank you, ThePrimeagen.
1313

1414
## Usage
15-
**tmux-sessionizer** provides two commands.
15+
**tmux-sessionizer** provides four commands.
1616
1. **tmux-sessionizer**
1717

1818
```bash
@@ -29,6 +29,19 @@ tmux-sessionizer list
2929
```
3030
Displays the list of existing tmux-sessions defined and when you hit enter attach the target session.
3131

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+
**Don't worry, associated directory is not deleted.**
44+
3245
## Demo
3346

3447
https://github.com/user-attachments/assets/be1d2732-38ee-41c7-9393-ecc6c0211048

0 commit comments

Comments
 (0)