Skip to content
View mrantivirus's full-sized avatar
💭
Hiring!
💭
Hiring!
Block or Report

Block or report mrantivirus

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Bash script to import dotenv files i... Bash script to import dotenv files into 1Password.
    1
    #!/bin/bash
    2
    
                  
    3
    # Function to display help information
    4
    function display_help() {
    5
        echo "Usage: $0 [dotenv_path] [item_name] [-v vault_name] [-s section_name]"
  2. Bash script to export a 1Password it... Bash script to export a 1Password item to a dotenv file
    1
    #!/bin/bash
    2
    
                  
    3
    # 1password_to_dotenv.sh
    4
    # Script to fetch fields from a 1Password item and save them as dotenv entries with secret references.
    5