Go to file
Dan Church fd8793787b
Use perl-squasher project to create all-in-one script
2023-07-24 15:54:42 -05:00
lib/Directory/Simplify Fix issue where mixed readonly/read-write dirs didn't hard link 2023-07-20 17:36:02 -05:00
t CI: Fix unused variables 2023-07-24 14:07:19 -05:00
util Use perl-squasher project to create all-in-one script 2023-07-24 15:54:42 -05:00
.editorconfig Use perl-squasher project to create all-in-one script 2023-07-24 15:54:42 -05:00
.gitignore Break out packages into separate files 2022-11-16 11:33:08 -06:00
.gitlab-ci.yml CI: Replace shell script tests with TAP harness 2023-01-29 15:39:25 -06:00
.gitmodules Use perl-squasher project to create all-in-one script 2023-07-24 15:54:42 -05:00
CHANGELOG.md Fix issue where mixed readonly/read-write dirs didn't hard link 2023-07-20 17:36:02 -05:00
LICENSE-commons-clause.md Add LICENSE 2022-11-16 11:16:31 -06:00
LICENSE.md Add LICENSE 2022-11-16 11:16:31 -06:00
Makefile CI: Don't use FindBin to set test library path 2023-06-23 13:39:13 -05:00
README.md Add README 2022-11-16 12:48:06 -06:00
make-allinone.sh Use perl-squasher project to create all-in-one script 2023-07-24 15:54:42 -05:00
simplify_static_dir-main.pl Use non-interpolating strings where possible 2023-07-20 14:27:34 -05:00

README.md

Static Dir Simplifier

Optimize directories for size by combining identical files using hard links.

Options

Usage: simplify_static_dir [OPTIONS] [DIR]...

Option Meaning
-f Print a sum of the number of freed bytes.
-m REGEX Only match file paths matching REGEX.
-M REGEX Exclude file paths matching REGEX.
-v Verbose output.
-z Include zero-length files in search. Normally they are ignored (you don't save diskspace by hard-linking empty files).
--help Output this help message and exit.
--version Output version information and exit.

By default, scans the current directory.

License

Copyright (C) 2010-2022 Dan Church.

License GPLv3: GNU GPL version 3.0 (https://www.gnu.org/licenses/gpl-3.0.html)

with Commons Clause 1.0 (https://commonsclause.com/).

This is free software: you are free to change and redistribute it.

There is NO WARRANTY, to the extent permitted by law.

You may NOT use this software for commercial purposes.