Cn Sort Lines

Other

Sort text lines in ascending, descending order, or by length using a Python standard library script.

Install

openclaw skills install cn-sort-lines

cn-sort-lines

文本行排序工具。支持升序、降序、按长度排序。

使用方法

python3 scripts/sort_lines.py --text "行C\n行A\n行B"
python3 scripts/sort_lines.py --text "行C\n行A\n行B" --desc
python3 scripts/sort_lines.py --text "行C\n行A\n行B" --by-length

纯Python标准库。