logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Edit Text Files - Kwrite Text Editor | Online Free DevTools by Hexmos

Edit text files easily with Kwrite, the KDE text editor. Open, modify, and save text files with custom encoding. Free online tool, no registration required.

kwrite

Text editor of the KDE Desktop project. See also: kate. More information: https://docs.kde.org/stable5/en/kate/kwrite/command-line-options.html.

  • Open a text file:

kwrite {{path/to/file}}

  • Open multiple text files:

kwrite {{file1 file2 ...}}

  • Open a text file with a specific encoding:

kwrite --encoding {{UTF-8}} {{path/to/file}}

  • Open a text file and navigate to a specific line and column:

kwrite --line {{line_number}} --column {{column_number}} {{path/to/file}}

See Also