2025-03-14 21:59:59 -06:00
|
|
|
# kwrite
|
|
|
|
|
|
|
|
|
|
> Text editor of the KDE Desktop project.
|
|
|
|
|
> See also `kate`.
|
2025-05-08 12:26:01 -06:00
|
|
|
> More information: <https://docs.kde.org/stable5/en/kate/kwrite/command-line-options.html>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Open a text file:
|
|
|
|
|
|
|
|
|
|
`kwrite {{path/to/file}}`
|
|
|
|
|
|
|
|
|
|
- Open multiple text files:
|
|
|
|
|
|
|
|
|
|
`kwrite {{file1 file2 ...}}`
|
|
|
|
|
|
|
|
|
|
- Open a text file with a specific encoding:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`kwrite --encoding {{UTF-8}} {{path/to/file}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Open a text file and navigate to a specific line and column:
|
|
|
|
|
|
|
|
|
|
`kwrite --line {{line_number}} --column {{column_number}} {{path/to/file}}`
|