We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3729386 commit 1e5fa85Copy full SHA for 1e5fa85
2 files changed
README.md
@@ -8,10 +8,13 @@ and follows the user around the current window.
8
Install `tvmux` from pip or uv, or run standalone from `uvx`, like so:
9
10
```bash
11
-$ uvx tvmux --help
+$ uvx tvmux
12
```
13
14
-Or, if installed, run from inside a tmux pane:
+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:
18
19
20
# Start recording
pyproject.toml
@@ -1,7 +1,7 @@
1
[project]
2
name = "tvmux"
3
description = "terminal multiplexer recorder"
4
-version = "0.5.3"
+version = "0.6.0"
5
authors = [
6
{ name = "Gareth Davidson", email = "gaz@bitplane.net" }
7
]
0 commit comments