mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 08:22:08 +02:00
ptpython: add Dutch translation (#11802)
This commit is contained in:
parent
cdd1dd75b9
commit
7b31e7d2b1
1 changed files with 32 additions and 0 deletions
32
pages.nl/common/ptpython.md
Normal file
32
pages.nl/common/ptpython.md
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# ptpython
|
||||||
|
|
||||||
|
> Een betere Python REPL.
|
||||||
|
> Meer informatie: <https://github.com/prompt-toolkit/ptpython>.
|
||||||
|
|
||||||
|
- Start een REPL (interactieve shell):
|
||||||
|
|
||||||
|
`ptpython`
|
||||||
|
|
||||||
|
- Voer een specifiek Python bestand uit:
|
||||||
|
|
||||||
|
`ptpython {{pad/naar/bestand.py}}`
|
||||||
|
|
||||||
|
- Voer een specfiek Python bestand uit en start een REPL:
|
||||||
|
|
||||||
|
`ptpython -i {{pad/naar/bestand.py}}`
|
||||||
|
|
||||||
|
- Open het menu:
|
||||||
|
|
||||||
|
`F2`
|
||||||
|
|
||||||
|
- Open de geschiedenis pagina:
|
||||||
|
|
||||||
|
`F3`
|
||||||
|
|
||||||
|
- Wissel de plak modus:
|
||||||
|
|
||||||
|
`F6`
|
||||||
|
|
||||||
|
- Sluit af:
|
||||||
|
|
||||||
|
`Ctrl + D`
|
Loading…
Add table
Reference in a new issue