Skip to content

Commit 929e1ba

Browse files
committed
docs(README): Improve specialized shell documentation
1 parent d2ebdac commit 929e1ba

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,15 @@ $ tmux new-session -s foo -n bar
4040

4141
```console
4242
$ python
43+
```
44+
45+
Use [ptpython], [ipython], etc. for a nice shell with autocompletions:
4346

44-
# or for nice autocomplete and syntax highlighting
47+
```console
4548
$ pip install --user ptpython
49+
```
50+
51+
```console
4652
$ ptpython
4753
```
4854

@@ -60,6 +66,8 @@ current tmux server / session / window pane.
6066

6167
[tmuxp]: https://tmuxp.git-pull.com/
6268
[`tmuxp shell`]: https://tmuxp.git-pull.com/cli.html#shell
69+
[ptpython]: https://github.com/prompt-toolkit/ptpython
70+
[ipython]: https://ipython.org/
6371

6472
List sessions:
6573

0 commit comments

Comments
 (0)