1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH COTP "1" "December 2024" "cotp 1.9.2" "User Commands"
.SH NAME
cotp \- Trustworthy, encrypted, command\-line TOTP/HOTP authenticator app with import functionality.
.SH SYNOPSIS
.B cotp
[\fI\,OPTIONS\/\fR] [\fI\,COMMAND\/\fR]
.SH DESCRIPTION
Trustworthy, encrypted, command\-line TOTP/HOTP authenticator app with import functionality.
.SS "Commands:"
.TP
add
Add new OTP code
.TP
edit
Edit an existing OTP Code
.TP
list
List codes
.TP
delete
Delete codes
.TP
import
Import codes from other apps
.TP
export
Export cotp database
.TP
extract
Copies the selected code into the clipboard
.TP
passwd
Change database password
.TP
help
Print this message or the help of the given subcommand(s)
.SH OPTIONS
.TP
\fB\-\-password\-stdin\fR
Fetch the password from standard input
.TP
\fB\-d\fR, \fB\-\-database\-path\fR <DATABASE_PATH>
Set the database path
.TP
\fB\-h\fR, \fB\-\-help\fR
Print help
.TP
\fB\-V\fR, \fB\-\-version\fR
Print version
|