From 22926ce29e3f8e040ec349401aeb6a77f32eae72 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 4 Mar 2026 21:26:04 +0800 Subject: Initialize Butchunker project structure and policy system --- resources/helps/butck.txt | 20 ++++++++++++++++++++ resources/version_info.txt | 1 + 2 files changed, 21 insertions(+) create mode 100644 resources/helps/butck.txt create mode 100644 resources/version_info.txt (limited to 'resources') diff --git a/resources/helps/butck.txt b/resources/helps/butck.txt new file mode 100644 index 0000000..3ee666c --- /dev/null +++ b/resources/helps/butck.txt @@ -0,0 +1,20 @@ +Usage: butck [-v | --version] [-h | --help] [-q | --quiet] + [-l | --log-level ] + [-np | --no-progress] [-D | --display-boundaries] + + [-s | --storage ] [-p | --policy ] + [-H | --chunk-hash ] + [-o | --output-dir ] [-O | --output-file ] + [-r | --recursive] [-R | --register ] + [-S | --stream-read ] [-m | --memmap-read] + + [+p | +param key=value] + +Subcommands: + write Write a file and output the index file + write -R Then, register the index + build Input an index file and build the file from the storage + policies Output the available policies + +Butchunker 0.1.0 +Copyright (c) 2026 Weicao-CatilGrass diff --git a/resources/version_info.txt b/resources/version_info.txt new file mode 100644 index 0000000..2736fa7 --- /dev/null +++ b/resources/version_info.txt @@ -0,0 +1 @@ +Butchunker 0.1.0 -- cgit