Skip to content

πŸ“ Line editing

Compare
Choose a tag to compare
@glebm glebm released this 02 Apr 20:10
· 55 commits to main since this release

Adds basic line editing to Commander! πŸ“

  1. Allows the user to edit text in any line, duplicate, insert, and remove lines.
  2. Files are saved after every action.
  3. Files are saved in text mode:
    • \r\n are replaced with \n.
    • UTF-8 BOM is removed.
    • The file always ends with a trailing newline.

image