Files
tldr/pages.zh/common/ptpython.md

32 lines
436 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ptpython
> 一个更好的 Python REPL。
> 更多信息:<https://github.com/prompt-toolkit/ptpython>。
- 启动 REPL交互式命令行
`ptpython`
- 执行指定的 Python 文件:
`ptpython {{path/to/file.py}}`
- 执行指定的 Python 文件并启动 REPL
`ptpython -i {{path/to/file.py}}`
- 打开菜单:
`F2`
- 打开历史记录页面:
`F3`
- 切换粘贴模式:
`F6`
- 退出:
`<Ctrl> + D`