Run User Scanner via Nix
mainOn Linux and macOS, you can use Nix to run the scanner without permanent installation, enter a temporary shell, or set up a development workspace.
# Run the scanner instantly without installing anything permanently
nix run github:kaifcodec/user-scanner/main -- --help
# Drop into a temporary shell where the 'user-scanner' command is active
nix shell github:kaifcodec/user-scanner/main
# (For Developers) Clone the repo and drop into an isolated workspace
nix develop .