#title #sorter #cli

app numbered_titles_sorter

本存储库包含一个命令行程序,用于在文本中对编号标题(1.、1.1.、1.1.1.、...)进行排序。

3 个版本

0.1.2 2022年8月16日
0.1.1 2022年8月16日
0.1.0 2022年8月16日

#6 in #sorter

MIT/Apache

12KB
210

编号标题排序器

索引

  1. 概述
  2. 要求
  3. 安装
  4. 测试
  5. 入门

概述

本存储库包含一个命令行程序,用于在文本中对编号标题(1.、1.1.、1.1.1.、...)进行排序。

要求

  • 系统要求

cargo >= 1.62.1

  • 包要求

在 Cargo.toml 的 '[dependencies]' 下列出

安装

通过 cargo 本地安装它

cargo install numbered_titles_sorter

测试

下载此存储库,并通过 cargo 运行测试

cargo test

入门

通过 cargo 安装并运行它

numbered_titles_sorter.exe <file>
numbered_titles_sorter.exe example_documents/example_1.txt

它将处理指定的文件,并在同一文件夹下创建名为 "processed_" 的处理文件

您还可以下载此存储库,并通过 cargo 尝试命令行

类型

cargo run -- <file>

例如

cargo run -- example_documents/example_1.txt

依赖项

~6.5MB
~123K SLoC