Commit graph

7 commits

Author SHA1 Message Date
91da8d374b
Main: Allow specifying which number of files to start with
This patch introduces a new flag `-s` or `--start`, allowing users to
start running the tool with a starting index into the list of hashed
files generated from traversing either the repository or a single
directory.
2024-08-02 16:51:57 +02:00
279dc41175
Main: Remove short argument version for single_directory
The -s specifying is too ambigous for a debug flag and can easily clash
with other flags.
2024-08-02 16:51:56 +02:00
fe10bdde7d
Main: Remove unnecessary return statement 2024-08-02 16:51:56 +02:00
26313c4c7e
PKGBUILD: Initial commit 2024-08-02 16:51:55 +02:00
9bc18b3a42
README: Initial commit 2024-08-02 16:51:54 +02:00
9c3460a909
LICENSE: Use BSD-2-Clause 2024-08-02 16:51:53 +02:00
93d7cda28f
Everywhere: Initial working version 2024-08-02 16:51:50 +02:00