privacy-sexy

Crates.ioprivacy-sexy
lib.rsprivacy-sexy
version0.2.0
sourcesrc
created_at2022-09-06 13:40:10.962089
updated_at2023-06-20 07:41:23.324093
descriptionOpen-source tool to enforce privacy & security best-practices on Windows and MacOs, because privacy is sexy 🍑🍆
homepagehttps://github.com/SubconsciousCompute/privacy-sexy-rs
repositoryhttps://github.com/SubconsciousCompute/privacy-sexy-rs
max_upload_size
id659544
size613,547
(sn99)

documentation

README

privacy-sexy

docs.rs Crates.io

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
  • 📖 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

Commit count: 58

cargo fmt