Install
openclaw skills install @freedompixels/cn-line-sorteropenclaw skills install @freedompixels/cn-line-sorter对文本文件的行进行排序、去重、反转、乱序。纯标准库,本地运行。
无(Python 标准库)
python3 scripts/line_sorter.py 列表.txt --sort
python3 scripts/line_sorter.py 列表.txt --unique -o 去重后.txt
python3 scripts/line_sorter.py 列表.txt --numeric --reverse
python3 scripts/line_sorter.py 列表.txt --shuffle
python3 scripts/line_sorter.py 列表.txt --by-length