Skip to content

Commit db056c5

Browse files
committed
docs(README): README tweaks
1 parent 7af6137 commit db056c5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
# libtmux - scripting library for tmux
1+
# libtmux
2+
3+
libtmux is a scripting library for tmux. You can use it command and control tmux servers,
4+
sessions, windows, and panes. It is the tool behind [tmuxp], a tmux workspace manager in python.
25

36
[![Python Package](https://img.shields.io/pypi/v/libtmux.svg)](https://pypi.org/project/libtmux/)
47
[![Docs](https://github.com/tmux-python/libtmux/workflows/Publish%20Docs/badge.svg)](https://libtmux.git-pull.com/)
58
[![Build Status](https://github.com/tmux-python/libtmux/workflows/tests/badge.svg)](https://github.com/tmux-python/tmux-python/actions?query=workflow%3A%22tests%22)
69
[![Code Coverage](https://codecov.io/gh/tmux-python/libtmux/branch/master/graph/badge.svg)](https://codecov.io/gh/tmux-python/libtmux)
710
[![License](https://img.shields.io/github/license/tmux-python/libtmux.svg)](https://github.com/tmux-python/libtmux/blob/master/LICENSE)
811

9-
libtmux is the tool behind [tmuxp], a tmux
10-
workspace manager in python.
11-
12-
it builds upon tmux's
12+
libtmux builds upon tmux's
1313
[target](http://man.openbsd.org/OpenBSD-5.9/man1/tmux.1#COMMANDS) and
1414
[formats](http://man.openbsd.org/OpenBSD-5.9/man1/tmux.1#FORMATS) to
1515
create an object mapping to traverse, inspect and interact with live
1616
tmux sessions.
1717

18-
view the [documentation](https://libtmux.git-pull.com/) homepage,
18+
View the [documentation](https://libtmux.git-pull.com/),
1919
[API](https://libtmux.git-pull.com/api.html) information and
2020
[architectural details](https://libtmux.git-pull.com/about.html).
2121

0 commit comments

Comments
 (0)