PASS Commands Cheat Sheet

Here is a cli commands cheat sheet for PASS command, you can use this as a quick reminder for basic commands with a brief description for each of the commands.

What is PASS command?

Add some data here

        # Initalize password store using a gpg id:
pass init 

# Reencrypt data in subdirectory:
pass init -p   

# Insert (Create or overwrite) data into a file:
pass insert [-m|--multiline] 

# Automatically generate a password of length n:
pass generate  

# Show password store:
pass

# Edit an entry:
pass edit 

# Display content of an entry:
pass 

# Copy line n of entry to clipboard (Line 0 if none if specified):
pass -c  

# Initalize a git repository (All changes made by pass will be committed automatically)
pass git init
    

Check out the PASS command documentation .


You can also check our MegaSh cheatsheet tool, that has 150+ searchable linux cheat sheets in one page, so you never forget a command as you work again

Check Also

Best AI tools list