ptpython, ptpython3: add page (#8125)
This commit is contained in:
32
pages/common/ptpython.md
Normal file
32
pages/common/ptpython.md
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
# ptpython
|
||||||
|
|
||||||
|
> A better Python REPL.
|
||||||
|
> More information: <https://github.com/prompt-toolkit/ptpython>.
|
||||||
|
|
||||||
|
- Start a REPL (interactive shell):
|
||||||
|
|
||||||
|
`ptpython`
|
||||||
|
|
||||||
|
- Execute a specific Python file:
|
||||||
|
|
||||||
|
`ptpython {{path/to/file.py}}`
|
||||||
|
|
||||||
|
- Execute a specific Python file and start a REPL:
|
||||||
|
|
||||||
|
`ptpython -i {{path/to/file.py}}`
|
||||||
|
|
||||||
|
- Open the menu:
|
||||||
|
|
||||||
|
`F2`
|
||||||
|
|
||||||
|
- Open the history page:
|
||||||
|
|
||||||
|
`F3`
|
||||||
|
|
||||||
|
- Toggle paste mode:
|
||||||
|
|
||||||
|
`F6`
|
||||||
|
|
||||||
|
- Quit:
|
||||||
|
|
||||||
|
`Ctrl + D`
|
7
pages/common/ptpython3.md
Normal file
7
pages/common/ptpython3.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# ptpython3
|
||||||
|
|
||||||
|
> This command is an alias of `ptpython`.
|
||||||
|
|
||||||
|
- View documentation for the original command:
|
||||||
|
|
||||||
|
`tldr ptpython`
|
Reference in New Issue
Block a user