3 unstable releases
0.2.0 | Jun 20, 2023 |
---|---|
0.1.1 | Sep 6, 2022 |
0.1.0 | Sep 6, 2022 |
#62 in #privacy
95KB
476 lines
privacy-sexy
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
Usage
See examples
Cli
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
Dependencies
~9–23MB
~351K SLoC