Skip to content

Commit cc08ee5

Browse files
committed
docs(README): add logo and Tao of tmux link
1 parent d9489f2 commit cc08ee5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<div align="center">
22
<h1>⚙️ libtmux</h1>
33
<p><strong>Drive tmux from Python: typed, object-oriented control over servers, sessions, windows, and panes.</strong></p>
4+
<p>
5+
<a href="https://libtmux.git-pull.com/"><img src="https://libtmux.git-pull.com/_static/img/libtmux.svg" alt="libtmux logo" height="120"></a>
6+
</p>
47
<p>
58
<a href="https://pypi.org/project/libtmux/"><img src="https://img.shields.io/pypi/v/libtmux.svg" alt="PyPI version"></a>
69
<a href="https://libtmux.git-pull.com/"><img src="https://github.com/tmux-python/libtmux/workflows/docs/badge.svg" alt="Docs status"></a>
@@ -162,6 +165,7 @@ print(result.returncode) # 0 on success
162165
- Releases: [releases]
163166
- License: [license]
164167
- Support: [support]
168+
- The Tao of tmux book: [tao]
165169

166170
## Contributing & support
167171

@@ -176,5 +180,6 @@ Contributions are welcome. Please open an issue or PR if you find a bug or want
176180
[releases]: https://pypi.org/project/libtmux/
177181
[license]: https://github.com/tmux-python/libtmux/blob/master/LICENSE
178182
[support]: https://tony.sh/support.html
183+
[tao]: https://leanpub.com/the-tao-of-tmux
179184
[tmuxp]: https://tmuxp.git-pull.com
180185
[tmux]: https://github.com/tmux/tmux

0 commit comments

Comments
 (0)