Skip to content

v1.0.0RC

Pre-release
Pre-release
Compare
Choose a tag to compare
@SOwOphie SOwOphie released this 08 Jul 20:25
· 250 commits to master since this release

New Features

New help section.

  • Now with text justification. Death to all left-aligned paragraphs!
  • The general help is now divided into sections.
  • The keybinds help now also fits into 80 columns and wraps as needed.

Added -ff to override the file extension.

Shell scripts, for example, seldomly end on .sh. Now you can run wsedit -ffsh /etc/profile to remedy that. Unfortunately, this option is not quite ready for use inside config files, but this is (almost) certain to come at a later date.

Added -! to ignore command errors.

Got your global config broken? Tired of using nano to clean it up? Use wsed -! -cg to ignore all errors and clean up your mess!

Added Meta- to jump 100 lines.

Not really much to say about this, see wsedit -hk for more info.

Added options for file encoding and line separator.

wsedit will open every file, but rewrite it to your locale's settings, unless specifically told otherwise. On that note:

Improved rendering for invalid characters.

Unprintable characters and unicode marks will now show up as ?#<abcd>;, where <abcd> is the hexadecimal code for that character. With this, wsedit can now open (and somewhat edit) binary files!

Fixes

  • Typing no longer creates two undo states per character.