https://bugs.kde.org/show_bug.cgi?id=411126
Dominik Haumann <dhaum...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Resolution|--- |WORKSFORME --- Comment #3 from Dominik Haumann <dhaum...@kde.org> --- There are already two way to get what you want: 1. The Text Filter plugin 2. The scripts in the command line 1. Text Filter Plugin Once enabled in Kate (via Settings, Plugins), you can invoke Tools > Filter Through Command (Ctrl+\), then a dialog appears. Type: sort | uniq | tac <enter> Then, you get exactly what you are asking for. 2. Command line (F7) Select text, hit F7, then type sort, F7 again, type uniq. Unfortunately, 'tac' is missing, so you only get almost what you want. If that is not good enough, you can always script such actions yourself: https://docs.kde.org/stable5/en/applications/katepart/dev-scripting.html You can essentially write any text manipulation part in JavaScript. For now, I'll close this. If this is not good enough or you need further help, let's continue the discussion here :-) -- You are receiving this mail because: You are watching all bug changes.