1
0
Fork 0
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:
Igor Támara 2024-11-24 02:48:51 -05:00 committed by GitHub
parent 81595288ce
commit dfe0f03fed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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`