Skip to content

Commit 1eb43c1

Browse files
committed
docs(README,about): Note we're typed
1 parent 412abee commit 1eb43c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# libtmux
22

3-
libtmux is a python scripting library for tmux. You can use it to command and control tmux servers,
3+
libtmux is a [typed](https://docs.python.org/3/library/typing.html) python scripting library for tmux. You can use it to command and control tmux servers,
44
sessions, windows, and panes. It is the tool powering [tmuxp], a tmux workspace manager.
55

66
[![Python Package](https://img.shields.io/pypi/v/libtmux.svg)](https://pypi.org/project/libtmux/)

docs/about.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
1515
```
1616

17-
libtmux is an [abstraction layer] for tmux.
17+
libtmux is a [typed](https://docs.python.org/3/library/typing.html) [abstraction layer] for tmux.
1818

1919
It builds upon the concept of targets `-t`, to direct commands against
2020
individual session, windows and panes and `FORMATS`, template variables

0 commit comments

Comments
 (0)