Open-source tool to enforce privacy & security best-practices on Windows and MacOs, because privacy is sexy ππ
- privacy-sexy is a data-driven application where it reads the necessary OS-specific logic from
yaml files in
collections
- π‘ Best practices
- If you repeat yourself, try to utilize YAML-defined functions
- Always try to add documentation and a way to revert a tweak in scripts
- π Types in code:
collections.rs
Note: This is a rust port of privacy.sexy
See examples
Commands
Usage: privacy-sexy [OPTIONS] <COMMAND>
Commands:
echo Generate & print the script
run Generate & run the script
help Print this message or the help of the given subcommand(s)
Options:
-t, --strict Recommend strict
-d, --standard Recommend standard
-n, --name <NAME> Name of script(s) required
-r, --revert Revert script(s)
-h, --help Print help
-V, --version Print version
Refer to docs
for external documentation