diff --git a/README.md b/README.md index be49332..00ec7c1 100644 --- a/README.md +++ b/README.md @@ -355,6 +355,16 @@ variable to control the delay between publishes when experimenting with large va pytest -vv -s -n 0 src/tests/test_nostr_index_size.py --desktop --max-entries=1000 ``` +### Generating a Test Profile + +Use the helper script below to populate a profile with sample entries for testing: + +```bash +python scripts/generate_test_profile.py --profile my_profile --count 100 +``` + +This command creates `~/.seedpass/my_profile` if needed and adds 100 example entries. + ### Automatically Updating the Script Checksum SeedPass stores a SHA-256 checksum for the main program in `~/.seedpass/seedpass_script_checksum.txt`.