Skip to content

Commit 1e5fa85

Browse files
committed
0.6 - now with tui
1 parent 3729386 commit 1e5fa85

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@ and follows the user around the current window.
88
Install `tvmux` from pip or uv, or run standalone from `uvx`, like so:
99

1010
```bash
11-
$ uvx tvmux --help
11+
$ uvx tvmux
1212
```
1313

14-
Or, if installed, run from inside a tmux pane:
14+
The above will open a `textual` user interface, where you can view ongoing
15+
recordings, start + stop them etc.
16+
17+
You can start recording from the command line too:
1518

1619
```bash
1720
# Start recording

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "tvmux"
33
description = "terminal multiplexer recorder"
4-
version = "0.5.3"
4+
version = "0.6.0"
55
authors = [
66
{ name = "Gareth Davidson", email = "gaz@bitplane.net" }
77
]

0 commit comments

Comments
 (0)