QtPass 1.6.0
Multi-platform GUI for pass, the standard unix password manager.
Loading...
Searching...
No Matches
Enums Namespace Reference

Enumerators for QtPass configuration and runtime operations. More...

Enumerations

enum  clipBoardType { CLIPBOARD_NEVER = 0 , CLIPBOARD_ALWAYS = 1 , CLIPBOARD_ON_DEMAND = 2 }
 Defines when to copy passwords to clipboard. More...
enum  PROCESS {
  GIT_INIT = 0 , GIT_ADD , GIT_COMMIT , GIT_RM ,
  GIT_PULL , GIT_PUSH , PASS_SHOW , PASS_INSERT ,
  PASS_REMOVE , PASS_INIT , GPG_GENKEYS , PASS_MOVE ,
  PASS_COPY , GIT_MOVE , GIT_COPY , PROCESS_COUNT ,
  INVALID , PASS_OTP_GENERATE
}
 Identifies different subprocess operations used in QtPass. More...

Detailed Description

Enumerators for QtPass configuration and runtime operations.

Enumeration Type Documentation

◆ clipBoardType

Defines when to copy passwords to clipboard.

Enumerator
CLIPBOARD_NEVER 

Never automatically copy to clipboard

CLIPBOARD_ALWAYS 

Always copy to clipboard after showing

CLIPBOARD_ON_DEMAND 

Copy only when user explicitly requests

Examples
/home/annejan/Projects/QtPass/src/qtpasssettings.cpp.

Definition at line 16 of file enums.h.

◆ PROCESS

Identifies different subprocess operations used in QtPass.

Enumerator
GIT_INIT 

Initialize Git repository

GIT_ADD 

Git add command

GIT_COMMIT 

Git commit

GIT_RM 

Git remove

GIT_PULL 

Git pull

GIT_PUSH 

Git push

PASS_SHOW 

Pass show - decrypt password file

PASS_INSERT 

Pass insert - create/update password

PASS_REMOVE 

Pass remove - delete password

PASS_INIT 

Pass init - initialize store

GPG_GENKEYS 

GPG key generation

PASS_MOVE 

Move password file

PASS_COPY 

Copy password file

GIT_MOVE 

Git move/rename

GIT_COPY 

Git copy

PROCESS_COUNT 

Total number of process types

INVALID 

Invalid/unknown process

PASS_OTP_GENERATE 

Generate OTP code

Definition at line 26 of file enums.h.