mirror of
https://github.com/marty-oehme/scripts.git
synced 2024-11-14 13:58:07 +00:00
10 lines
382 B
JSON
10 lines
382 B
JSON
{
|
|
"name": "Sort lines",
|
|
"identifier": "sort-lines",
|
|
"script": "sort-lines.qml",
|
|
"authors": ["@wiktor2200"],
|
|
"platforms": ["linux", "macos", "windows"],
|
|
"version": "0.0.1",
|
|
"minAppVersion": "18.04.3",
|
|
"description" : "This script sort selected lines in note text edit. \n\nIt creates an array from selected lines, sorts array and joins it again to output string."
|
|
}
|