Skip to content

Commit afe8719

Browse files
committed
docs(README): add filtering topic link
why: New filtering topic should be discoverable from README. what: - Add "Learn more about Filtering" link in List and filter sessions section - Add Filtering to Topics list in Project links
1 parent 122ecdf commit afe8719

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ Create a new session:
134134

135135
### List and filter sessions
136136

137+
[**Learn more about Filtering**](https://libtmux.git-pull.com/topics/filtering.html)
138+
137139
```python
138140
>>> server.sessions
139141
[Session($... ...), ...]
@@ -278,6 +280,7 @@ def test_my_tmux_tool(session):
278280

279281
**Topics:**
280282
[Traversal](https://libtmux.git-pull.com/topics/traversal.html) ·
283+
[Filtering](https://libtmux.git-pull.com/topics/filtering.html) ·
281284
[Pane Interaction](https://libtmux.git-pull.com/topics/pane_interaction.html) ·
282285
[Workspace Setup](https://libtmux.git-pull.com/topics/workspace_setup.html) ·
283286
[Automation Patterns](https://libtmux.git-pull.com/topics/automation_patterns.html) ·

0 commit comments

Comments
 (0)