mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 22:55:44 +02:00
ptpython: add Spanish translation (#14905)
This commit is contained in:
parent
81595288ce
commit
dfe0f03fed
1 changed files with 32 additions and 0 deletions
32
pages.es/common/ptpython.md
Normal file
32
pages.es/common/ptpython.md
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# ptpython
|
||||||
|
|
||||||
|
> Un REPL de Python mejor.
|
||||||
|
> Más información: <https://github.com/prompt-toolkit/ptpython>.
|
||||||
|
|
||||||
|
- Inicia una REPL (interfaz de comando interactiva de Python):
|
||||||
|
|
||||||
|
`ptpython`
|
||||||
|
|
||||||
|
- Ejecuta un archivo determinado de Python:
|
||||||
|
|
||||||
|
`ptpython {{ruta/al/archivo.py}}`
|
||||||
|
|
||||||
|
- Ejecuta un archivo Python específico y comienza un REPL:
|
||||||
|
|
||||||
|
`ptpython -i {{ruta/al/archivo.py}}`
|
||||||
|
|
||||||
|
- Abre el menú:
|
||||||
|
|
||||||
|
`F2`
|
||||||
|
|
||||||
|
- Abre la página de historia:
|
||||||
|
|
||||||
|
`F3`
|
||||||
|
|
||||||
|
- Activa o desactiva el modo pegar (paste mode):
|
||||||
|
|
||||||
|
`F6`
|
||||||
|
|
||||||
|
- Sale:
|
||||||
|
|
||||||
|
`<Ctrl> + D`
|
Loading…
Add table
Reference in a new issue