suplemon icon indicating copy to clipboard operation
suplemon copied to clipboard

[Feature Request] Deduplicate and Title Case commands

Open meoso opened this issue 7 years ago • 3 comments
trafficstars

Would sorting a highlighted area of lines be possible, or not possible due to no region support?

meoso avatar Dec 14 '17 16:12 meoso

Actually sorting lines is comming in the next release. It will allow sorting alphabetically or by length, and reversing the sort order. Lower case (and upper case) are available now via commands lower and upper. Run them with Ctrl + E. All these are line based, so they effect all lines that have cursors on them.

Deduplicate and title case aren't available, but should be easy to implement. I assume deduplicate removes all duplicates from the selected lines?

richrd avatar Dec 17 '17 12:12 richrd

Yes to last question. TYVM; suplemon is fantastic. I cannot locate a list of available commands. +1>Wiki

meoso avatar Dec 18 '17 13:12 meoso

Thanks, and good point!

Luckily I just added the command list. It'll be included in the readme and help feature of the next version (0.1.64) which is pretty much ready for release. You can see it here (scroll all the way down to 'Commands') https://github.com/richrd/suplemon/blob/dev/README.md

Also the run command prompt has auto-complete so you can cycle through all commands by hitting tab.

richrd avatar Dec 18 '17 14:12 richrd