|
QtPass 1.6.0
Multi-platform GUI for pass, the standard unix password manager.
|
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... | |
Enumerators for QtPass configuration and runtime operations.
| enum Enums::clipBoardType |
| enum Enums::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 |